Code cleanup

This commit is contained in:
LemADEC 2017-03-23 01:45:19 +01:00
parent 99e06effe8
commit 42b34651a0

View file

@ -108,7 +108,7 @@ public class BlockEnergyBank extends BlockAbstractContainer {
return (byte) itemStack.getItemDamage();
}
}
@Override
public boolean onBlockActivated(World world, int x, int y, int z, EntityPlayer entityPlayer, int side, float hitX, float hitY, float hitZ) {
if (world.isRemote) {