2015-05-25 12:37:24 +02:00
|
|
|
--- a/net/minecraft/server/JsonListEntry.java
|
|
|
|
+++ b/net/minecraft/server/JsonListEntry.java
|
2015-02-26 23:41:06 +01:00
|
|
|
@@ -14,7 +14,7 @@
|
|
|
|
this.a = t0;
|
|
|
|
}
|
|
|
|
|
|
|
|
- T getKey() {
|
|
|
|
+ public T getKey() { // CraftBukkit - public
|
|
|
|
return this.a;
|
|
|
|
}
|
|
|
|
|