Minor Improvement to Chest?

This commit is contained in:
AlgorithmX2 2014-02-05 23:31:19 -06:00
parent 28fa9bfc5a
commit 3343329ff9

View file

@ -130,7 +130,7 @@ public class TileChest extends AENetworkPowerTile implements IMEChest, IFluidHan
@Override
public void Tick()
{
if ( Platform.isClient() )
if ( worldObj.isRemote )
return;
double idleUsage = gridProxy.getIdlePowerUsage();