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

@@ -44,7 +44,8 @@ public class ItemStorageCell extends ItemBase
if (getCapacity(cell) == -1)
{
list.add(String.format(StatCollector.translateToLocal("misc.storagecraft:storage_cell_stored"), getStored(cell)));
} else
}
else
{
list.add(String.format(StatCollector.translateToLocal("misc.storagecraft:storage_cell_stored_capacity"), getStored(cell), getCapacity(cell)));
}