Fix CME when Updating P2P Tunnel.
This commit is contained in:
parent
847f8aa35b
commit
18ad8c5938
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ public class CableBusPart extends JCuboidPart implements JNormalOcclusion, IReds
|
|||
((TIInventoryTile) tile()).rebuildSlotMap();
|
||||
|
||||
if ( world() != null && world().blockExists( x(), y(), z() ) && !CableBusContainer.isLoading() )
|
||||
world().notifyBlocksOfNeighborChange( x(), y(), z(), Platform.air );
|
||||
Platform.notifyBlocksOfNeighbors(world(), x(), y(), z() );
|
||||
}
|
||||
|
||||
// @Override
|
||||
|
|
Loading…
Add table
Reference in a new issue