Fixed Fixed Bug: #0744 - Client side logic on storage bus being called.

This commit is contained in:
AlgorithmX2 2014-07-28 21:53:43 -05:00
parent 5db06128f8
commit 0146aa6422

View file

@ -152,7 +152,7 @@ public class PartStorageBus extends PartUpgradeable implements IGridTickable, IC
private void resetCache(boolean fullReset)
{
if ( host == null || host.getTile() == null || host.getTile().getWorldObj() == null )
if ( host == null || host.getTile() == null || host.getTile().getWorldObj() == null || host.getTile().getWorldObj().isRemote )
return;
IMEInventory<IAEItemStack> in = getInternalHandler();