SPIGOT-6663: Chicken Jockeys chickens don't despawn

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2021-07-22 09:53:26 +10:00
parent bfc74e8628
commit 2ccd460e09
10 changed files with 43 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
public void movementTick() {
+ // CraftBukkit start
+ if (this.isChickenJockey()) {
+ this.persistenceRequired = !this.isTypeNotPersistent(0);
+ this.setPersistenceRequired(!this.isTypeNotPersistent(0));
+ }
+ // CraftBukkit end
super.movementTick();