ups, forgot to put inventory.
This commit is contained in:
parent
4288fa29b6
commit
e1893ce85b
@ -106,6 +106,7 @@ public class JsonCache {
|
||||
contents = dataFileCache.getInventory();
|
||||
arr = new JsonArray();
|
||||
putItems(contents, arr);
|
||||
jsonObject.add("inventory", arr);
|
||||
|
||||
// armour
|
||||
contents = dataFileCache.getArmour();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user