Don't tick debug energy tileentity clientside
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user