Fixed Fixed Bug: #0744 - Client side logic on storage bus being called.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user