summaryrefslogtreecommitdiffstats
path: root/nms-patches/JsonList.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/JsonList.patch')
-rw-r--r--nms-patches/JsonList.patch2
1 files changed, 2 insertions, 0 deletions
diff --git a/nms-patches/JsonList.patch b/nms-patches/JsonList.patch
index 54c57395..9342f177 100644
--- a/nms-patches/JsonList.patch
+++ b/nms-patches/JsonList.patch
@@ -1,3 +1,5 @@
+--- ../work/decompile-8eb82bde//net/minecraft/server/JsonList.java 2014-11-28 17:43:43.249707432 +0000
++++ src/main/java/net/minecraft/server/JsonList.java 2014-11-28 17:38:18.000000000 +0000
@@ -79,6 +79,12 @@
public String[] getEntries() {
return (String[]) this.d.keySet().toArray(new String[this.d.size()]);