Fixed Fixed Bug: #0744 - Client side logic on storage bus being called.
This commit is contained in:
parent
5db06128f8
commit
0146aa6422
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue