diff options
| author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-28 10:35:58 +1000 |
|---|---|---|
| committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-28 10:35:58 +1000 |
| commit | 9716e11a253a370e16dd1f0bdfdd70ac21ee4102 (patch) | |
| tree | 4e89da0f5b6b25a67fdecb828451eec590b8c423 /src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java | |
| parent | 1fbc1f60082ea1bfb5e40eff1ca50b7122f5f38d (diff) | |
| download | notenoughupdates-9716e11a253a370e16dd1f0bdfdd70ac21ee4102.tar.gz notenoughupdates-9716e11a253a370e16dd1f0bdfdd70ac21ee4102.tar.bz2 notenoughupdates-9716e11a253a370e16dd1f0bdfdd70ac21ee4102.zip | |
1.11.10
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java index d45fd82b..dac93e6f 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/PlayerStats.java @@ -354,7 +354,6 @@ public class PlayerStats { stats.addStat(DEFENCE, 2.5f); } if(internalname.equals("NEW_YEAR_CAKE_BAG") && item.has("item_contents")) { - JsonArray bytesArr = item.get("item_contents").getAsJsonArray(); byte[] bytes = new byte[bytesArr.size()]; for(int i=0; i<bytesArr.size(); i++) { |
