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

@@ -69,7 +69,8 @@ public class TileImporter extends TileMachine implements IInventory, ISidedInven
connectedInventory.setInventorySlotContents(currentSlot, null);
}
}
} else if (getController().push(slot.copy()))
}
else if (getController().push(slot.copy()))
{
connectedInventory.setInventorySlotContents(currentSlot, null);
}
@@ -104,7 +105,8 @@ public class TileImporter extends TileMachine implements IInventory, ISidedInven
if (mode == MODE_WHITELIST)
{
return true;
} else if (mode == MODE_BLACKLIST)
}
else if (mode == MODE_BLACKLIST)
{
return false;
}