ups, forgot to put inventory.

This commit is contained in:
DNx5 2015-09-20 11:42:41 +07:00
parent 4288fa29b6
commit e1893ce85b

View File

@ -106,6 +106,7 @@ public class JsonCache {
contents = dataFileCache.getInventory();
arr = new JsonArray();
putItems(contents, arr);
jsonObject.add("inventory", arr);
// armour
contents = dataFileCache.getArmour();