[Bleeding] Audit of onPlace methods, Moved to postPlace as appropriate.

Closes BUKKIT-89
This commit is contained in:
Tahg
2012-01-17 19:37:58 -05:00
committed by EvilSeph
parent e92bdab57a
commit c7716e1de4
12 changed files with 645 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ public class BlockPiston extends Block {
}
}
public void onPlace(World world, int i, int j, int k) {
public void postPlace(World world, int i, int j, int k, int l) { // CraftBukkit
if (!world.isStatic && world.getTileEntity(i, j, k) == null && !b) {
this.g(world, i, j, k);
}