mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 20:21:02 +01:00
update
This commit is contained in:
parent
b1276da416
commit
4288fa29b6
@ -187,7 +187,7 @@ public class JsonCache {
|
|||||||
for (int i = 0; i < arr.size(); i++) {
|
for (int i = 0; i < arr.size(); i++) {
|
||||||
JsonObject item = arr.get(i).getAsJsonObject();
|
JsonObject item = arr.get(i).getAsJsonObject();
|
||||||
String encoded = item.get("item").getAsString();
|
String encoded = item.get("item").getAsString();
|
||||||
byte[] decoded = Base64Coder.decode(encoded);
|
byte[] decoded = Base64Coder.decodeLines(encoded);
|
||||||
try {
|
try {
|
||||||
ByteArrayInputStream baos = new ByteArrayInputStream(decoded);
|
ByteArrayInputStream baos = new ByteArrayInputStream(decoded);
|
||||||
BukkitObjectInputStream objectIn = new BukkitObjectInputStream(baos);
|
BukkitObjectInputStream objectIn = new BukkitObjectInputStream(baos);
|
||||||
|
Loading…
Reference in New Issue
Block a user