Don't tick debug energy tileentity clientside

This commit is contained in:
yueh
2020-07-03 13:56:22 +02:00
parent ef3cc8a0a0
commit 22facb9748
@@ -48,7 +48,7 @@ public class EnergyGeneratorTileEntity extends AEBaseTileEntity implements ITick
@Override
public void tick() {
World world = this.getWorld();
if (world == null) {
if (world == null || world.isRemote) {
return;
}