Fixed #0200 - Storage Bus Doesn't Connect to BC Pipe

This commit is contained in:
AlgorithmX2
2014-03-17 22:58:03 -05:00
parent b336bc9b4d
commit 919b90ea41
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -425,7 +425,8 @@ public class CableBusPart extends JCuboidPart implements JNormalOcclusion, IReds
@Override
public void partChanged()
{
// nothing!
if ( worldObj != null )
worldObj.notifyBlocksOfNeighborChange( xCoord, yCoord, zCoord, Platform.air );
}
@Override