From c64fe5080c996e8ea29b3e113043dd0aa962aaee Mon Sep 17 00:00:00 2001 From: md_5 Date: Thu, 13 Dec 2018 11:00:00 +1100 Subject: Mappings Update --- nms-patches/EntityChicken.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nms-patches/EntityChicken.patch') diff --git a/nms-patches/EntityChicken.patch b/nms-patches/EntityChicken.patch index 11ec20a8..06badbfa 100644 --- a/nms-patches/EntityChicken.patch +++ b/nms-patches/EntityChicken.patch @@ -3,13 +3,13 @@ @@ -42,6 +42,11 @@ } - public void k() { + public void movementTick() { + // CraftBukkit start + if (this.isChickenJockey()) { + this.persistent = !this.isTypeNotPersistent(); + } + // CraftBukkit end - super.k(); + super.movementTick(); this.bG = this.bC; this.bE = this.bD; @@ -59,7 +64,9 @@ -- cgit v1.2.3