@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/JsonList.java
|
||||
+++ b/net/minecraft/server/JsonList.java
|
||||
@@ -83,7 +83,7 @@
|
||||
@@ -84,7 +84,7 @@
|
||||
|
||||
public V get(K k0) {
|
||||
this.h();
|
||||
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
public void remove(K k0) {
|
||||
@@ -101,6 +101,12 @@
|
||||
@@ -102,6 +102,12 @@
|
||||
return (String[]) this.d.keySet().toArray(new String[this.d.size()]);
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
public boolean isEmpty() {
|
||||
return this.d.size() < 1;
|
||||
}
|
||||
@@ -176,7 +182,7 @@
|
||||
@@ -177,7 +183,7 @@
|
||||
JsonListEntry jsonlistentry = (JsonListEntry) iterator.next();
|
||||
|
||||
if (jsonlistentry.getKey() != null) {
|
||||
@@ -31,7 +31,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -204,11 +210,11 @@
|
||||
@@ -205,11 +211,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user