summaryrefslogtreecommitdiffstats
path: root/nms-patches/JsonListEntry.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/JsonListEntry.patch')
-rw-r--r--nms-patches/JsonListEntry.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/nms-patches/JsonListEntry.patch b/nms-patches/JsonListEntry.patch
new file mode 100644
index 00000000..de326770
--- /dev/null
+++ b/nms-patches/JsonListEntry.patch
@@ -0,0 +1,11 @@
+--- /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;
+ }
+