reformat + optimize imports

This commit is contained in:
Raoul Van den Berge
2015-12-29 12:04:22 +01:00
parent 62d3f0436c
commit b4c3a32806
84 changed files with 178 additions and 281 deletions

View File

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