Fix double tile entity update

This commit is contained in:
drcrazy 2017-09-10 01:15:07 +03:00
parent b13d282bf1
commit 5b09618ad2
8 changed files with 7 additions and 15 deletions

View file

@ -62,7 +62,6 @@ public class TileGrinder extends TilePowerAcceptor
public void update() {
if (!this.world.isRemote) {
super.update();
//charge(3); TODO
this.charge(3);
}
}