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/EntityChicken.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nms-patches/EntityChicken.patch') diff --git a/nms-patches/EntityChicken.patch b/nms-patches/EntityChicken.patch index 190c7252..fdad0420 100644 --- a/nms-patches/EntityChicken.patch +++ b/nms-patches/EntityChicken.patch @@ -1,14 +1,14 @@ --- a/net/minecraft/server/EntityChicken.java +++ b/net/minecraft/server/EntityChicken.java -@@ -35,6 +35,11 @@ +@@ -43,6 +43,11 @@ } - public void m() { + public void n() { + // CraftBukkit start + if (this.isChickenJockey()) { + this.persistent = !this.isTypeNotPersistent(); + } + // CraftBukkit end - super.m(); - this.bq = this.bm; - this.bp = this.bo; + super.n(); + this.bz = this.bv; + this.bx = this.bw; -- cgit v1.2.3