Reverted onPlace changes.

This commit is contained in:
EvilSeph
2012-01-28 01:59:59 -05:00
parent 9d90839723
commit 7bdfea4820
12 changed files with 16 additions and 656 deletions

View File

@@ -8,7 +8,7 @@ public class BlockDragonEgg extends Block {
super(i, j, Material.DRAGON_EGG);
}
public void postPlace(World world, int i, int j, int k, int l) { // CraftBukkit - onPlace(World, int, int, int) -> postPlace(World, int, int, int, int)
public void onPlace(World world, int i, int j, int k) {
world.c(i, j, k, this.id, this.d());
}