Pistons no longer extend before they are pistons. Fixes BUKKIT-1999

Dieser Commit ist enthalten in:
Wesley Wolfe 2012-08-06 09:55:38 -05:00
Ursprung 59aaa6a80a
Commit 0792b15887

Datei anzeigen

@ -55,7 +55,7 @@ public class BlockPiston extends Block {
public void onPlace(World world, int i, int j, int k) {
if (!world.isStatic && world.getTileEntity(i, j, k) == null) {
this.l(world, i, j, k);
// this.l(world, i, j, k); // CraftBukkit - don't extend arm of piston that doesn't exist
}
}