@@ -41,12 +41,12 @@
|
||||
JsonObject jsonobject = new JsonObject();
|
||||
|
||||
Objects.requireNonNull(jsonlistentry);
|
||||
@@ -165,7 +166,7 @@
|
||||
JsonListEntry<K> jsonlistentry = this.createEntry(jsonobject);
|
||||
@@ -171,7 +172,7 @@
|
||||
JsonListEntry<K> jsonlistentry = this.createEntry(jsonobject);
|
||||
|
||||
if (jsonlistentry.getUser() != null) {
|
||||
- this.map.put(this.getKeyForUser(jsonlistentry.getUser()), jsonlistentry);
|
||||
+ this.map.put(this.getKeyForUser(jsonlistentry.getUser()), (V) jsonlistentry); // CraftBukkit - decompile error
|
||||
if (jsonlistentry.getUser() != null) {
|
||||
- this.map.put(this.getKeyForUser(jsonlistentry.getUser()), jsonlistentry);
|
||||
+ this.map.put(this.getKeyForUser(jsonlistentry.getUser()), (V) jsonlistentry); // CraftBukkit - decompile error
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (Throwable throwable) {
|
||||
} catch (Throwable throwable) {
|
||||
|
||||
Reference in New Issue
Block a user