This commit is contained in:
Adrian 2015-06-14 12:29:38 +02:00
parent 2215e3299d
commit d4c85569e1

View file

@ -415,11 +415,11 @@ public class BlockGenericPipe extends BlockBuildCraft implements IColorRemovable
pipeRemoved.clear();
}
pipeRemoved.put(new BlockIndex(x, y, z), pipe);
world.removeTileEntity(x, y, z);
if (pipe != null) {
pipeRemoved.put(new BlockIndex(x, y, z), pipe);
updateNeighbourSignalState(pipe);
}
world.removeTileEntity(x, y, z);
}
@Override