mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 15:42:19 -07:00
[Bleeding] Recheck persistence for chicken jockeys each tick. Fixes BUKKIT-5577
This commit is contained in:
@@ -37,6 +37,11 @@ public class EntityChicken extends EntityAnimal {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void e() {
|
public void e() {
|
||||||
|
// CraftBukkit start
|
||||||
|
if (this.bZ()) { // should be isChickenJockey
|
||||||
|
this.persistent = !this.isTypeNotPersistent();
|
||||||
|
}
|
||||||
|
// CraftBukkit end
|
||||||
super.e();
|
super.e();
|
||||||
this.bs = this.bp;
|
this.bs = this.bp;
|
||||||
this.br = this.bq;
|
this.br = this.bq;
|
||||||
|
Reference in New Issue
Block a user