mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-02 05:13:51 -07:00
@@ -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 @@
|
||||
|
Reference in New Issue
Block a user