summaryrefslogtreecommitdiffstats
path: root/nms-patches/JsonList.patch
diff options
context:
space:
mode:
authorThinkofdeath <thinkofdeath@spigotmc.org>2014-11-28 11:23:19 +0000
committerThinkofdeath <thinkofdeath@spigotmc.org>2014-11-28 11:23:19 +0000
commit669c44cb3c9c13eed1e32172b56b5619e06b583d (patch)
tree2908173329e821aa4f817bdb7fb4cabf8dbddca9 /nms-patches/JsonList.patch
parent24557bc2b37deb6a0edf497d547471832457b1dd (diff)
downloadcraftbukkit-669c44cb3c9c13eed1e32172b56b5619e06b583d.tar
craftbukkit-669c44cb3c9c13eed1e32172b56b5619e06b583d.tar.gz
craftbukkit-669c44cb3c9c13eed1e32172b56b5619e06b583d.tar.lz
craftbukkit-669c44cb3c9c13eed1e32172b56b5619e06b583d.tar.xz
craftbukkit-669c44cb3c9c13eed1e32172b56b5619e06b583d.zip
Fix eating food whilst not facing a block
Diffstat (limited to 'nms-patches/JsonList.patch')
-rw-r--r--nms-patches/JsonList.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/JsonList.patch b/nms-patches/JsonList.patch
index 0dcf0352..0ef6d211 100644
--- a/nms-patches/JsonList.patch
+++ b/nms-patches/JsonList.patch
@@ -1,5 +1,5 @@
---- ../work/decompile-bb26c12b/net/minecraft/server/JsonList.java 2014-11-27 08:59:46.797421424 +1100
-+++ src/main/java/net/minecraft/server/JsonList.java 2014-11-27 08:42:10.168850880 +1100
+--- ../work/decompile-8eb82bde//net/minecraft/server/JsonList.java 2014-11-28 11:22:56.066823160 +0000
++++ src/main/java/net/minecraft/server/JsonList.java 2014-11-28 11:01:54.000000000 +0000
@@ -79,6 +79,12 @@
public String[] getEntries() {
return (String[]) this.d.keySet().toArray(new String[this.d.size()]);