Lot of formatting.

This commit is contained in:
drcrazy 2018-06-22 18:22:16 +03:00
parent ec13f82628
commit 1de3fe5dc5
29 changed files with 540 additions and 544 deletions

View file

@ -77,8 +77,8 @@ public abstract class TileGenericMachine extends TilePowerAcceptor
@Override
public void update() {
super.update();
if (!this.world.isRemote) {
this.charge(energySlot);
if (!world.isRemote) {
charge(energySlot);
}
}