fix more reformatter stuff

This commit is contained in:
Raoul Van den Berge
2015-12-29 12:07:59 +01:00
parent b4c3a32806
commit 5b3c5f03f8
25 changed files with 108 additions and 54 deletions

View File

@@ -40,7 +40,8 @@ public class TileWirelessTransmitter extends TileMachine implements IInventory
{
reset();
}
} else if (inventory.getStackInSlot(0) != null)
}
else if (inventory.getStackInSlot(0) != null)
{
inventory.decrStackSize(0, 1);