Sync up rv0 branch fixes into rv1

This commit is contained in:
AlgorithmX2
2014-07-08 19:36:20 -05:00
18 changed files with 124 additions and 51 deletions
+1 -3
View File
@@ -881,9 +881,7 @@ public class DualityInterface implements IGridTickable, ISegmentedInventory, ISt
TileEntity te = iHost.getTileEntity();
if ( te != null && te.getWorldObj() != null )
{
// te.getWorldObj().notifyBlocksOfNeighborChange( te.xCoord, te.yCoord, te.zCoord, Platform.air );
}
Platform.notifyBlocksOfNeighbors( te.getWorldObj(), te.xCoord, te.yCoord, te.zCoord );
}
public IUpgradeableHost getHost()