From aa008dff0f9bedbe88e1fe79831776b0a52eb90a Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 1 Mar 2016 08:32:46 +1100 Subject: Update to Minecraft 1.9 --- nms-patches/EntityItemFrame.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nms-patches/EntityItemFrame.patch') diff --git a/nms-patches/EntityItemFrame.patch b/nms-patches/EntityItemFrame.patch index 1859a974..6f6c7b25 100644 --- a/nms-patches/EntityItemFrame.patch +++ b/nms-patches/EntityItemFrame.patch @@ -1,6 +1,6 @@ --- a/net/minecraft/server/EntityItemFrame.java +++ b/net/minecraft/server/EntityItemFrame.java -@@ -27,6 +27,11 @@ +@@ -31,6 +31,11 @@ return false; } else if (!damagesource.isExplosion() && this.getItem() != null) { if (!this.world.isClientSide) { @@ -9,6 +9,6 @@ + return true; + } + // CraftBukkit end - this.a(damagesource.getEntity(), false); + this.b(damagesource.getEntity(), false); + this.a(SoundEffects.cR, 1.0F, 1.0F); this.setItem((ItemStack) null); - } -- cgit v1.2.3