fix #2801
This commit is contained in:
parent
2215e3299d
commit
d4c85569e1
1 changed files with 2 additions and 2 deletions
|
@ -415,11 +415,11 @@ public class BlockGenericPipe extends BlockBuildCraft implements IColorRemovable
|
||||||
pipeRemoved.clear();
|
pipeRemoved.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
pipeRemoved.put(new BlockIndex(x, y, z), pipe);
|
|
||||||
world.removeTileEntity(x, y, z);
|
|
||||||
if (pipe != null) {
|
if (pipe != null) {
|
||||||
|
pipeRemoved.put(new BlockIndex(x, y, z), pipe);
|
||||||
updateNeighbourSignalState(pipe);
|
updateNeighbourSignalState(pipe);
|
||||||
}
|
}
|
||||||
|
world.removeTileEntity(x, y, z);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue