mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 18:55:11 +01:00
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…
Reference in New Issue
Block a user