Fixed another infinite sign...

This commit is contained in:
Wizjany 2011-06-02 19:34:29 -04:00
parent 4591fc603f
commit 548dd0365c

View File

@ -574,7 +574,7 @@ public void onLeavesDecay(LeavesDecayEvent event) {
private void dropSign(Block block) {
block.setTypeId(0);
block.getWorld().dropItemNaturally(block.getLocation(),
new ItemStack(Material.SIGN));
new ItemStack(Material.SIGN, 1));
}
/**