Fix CME when Updating P2P Tunnel.

This commit is contained in:
AlgorithmX2 2014-09-08 13:55:28 -05:00
parent 847f8aa35b
commit 18ad8c5938

View file

@ -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