Paper/nms-patches/JsonListEntry.patch

12 lines
350 B
Diff
Raw Normal View History

2015-02-26 23:41:06 +01:00
--- /home/matt/mc-dev-private//net/minecraft/server/JsonListEntry.java 2015-02-26 22:40:22.859608136 +0000
+++ src/main/java/net/minecraft/server/JsonListEntry.java 2015-02-26 22:40:22.859608136 +0000
@@ -14,7 +14,7 @@
this.a = t0;
}
- T getKey() {
+ public T getKey() { // CraftBukkit - public
return this.a;
}