Paper/paper-server/nms-patches/JsonListEntry.patch

12 lines
241 B
Diff
Raw Normal View History

--- 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;
}