summaryrefslogtreecommitdiffstats
path: root/nms-patches/JsonListEntry.patch
blob: 7e3bed7531044d5b6a016dff19646f9ba63e7cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/net/minecraft/server/JsonListEntry.java
+++ b/net/minecraft/server/JsonListEntry.java
@@ -14,7 +14,7 @@
         this.a = t0;
     }
 
-    T getKey() {
+    public T getKey() { // CraftBukkit - public
         return this.a;
     }