Exempted moving pistons from the tile entity fix.

Dieser Commit ist enthalten in:
EvilSeph 2011-10-03 18:18:14 -04:00
Ursprung 1f4e671af9
Commit 09801eeabf

Datei anzeigen

@ -49,10 +49,6 @@ public class WorldServer extends World implements BlockChangeDelegate {
if (!(result instanceof TileEntityFurnace)) {
result = fixTileEntity(i, j, k, type, result);
}
} else if (type == Block.PISTON_MOVING.id) {
if (!(result instanceof TileEntityPiston)) {
result = fixTileEntity(i, j, k, type, result);
}
} else if (type == Block.DISPENSER.id) {
if (!(result instanceof TileEntityDispenser)) {
result = fixTileEntity(i, j, k, type, result);