This commit is contained in:
AlgorithmX2
2014-06-20 12:12:48 -05:00
parent 5c0ac30bf9
commit dd9c85e43e
3 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -551,7 +551,7 @@ public class CableBusPart extends JCuboidPart implements JNormalOcclusion, IReds
if ( tile() instanceof TIInventoryTile )
((TIInventoryTile) tile()).rebuildSlotMap();
if ( world() != null && world().blockExists( x(), y(), z() ) )
if ( world() != null && world().blockExists( x(), y(), z() ) && ! CableBusContainer.isLoading() )
world().notifyBlocksOfNeighborChange( x(), y(), z(), Platform.air );
}