mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 03:52:45 +01:00
13 lines
295 B
Diff
13 lines
295 B
Diff
|
@@ -35,6 +35,11 @@
|
||
|
}
|
||
|
|
||
|
public void m() {
|
||
|
+ // CraftBukkit start
|
||
|
+ if (this.isChickenJockey()) {
|
||
|
+ this.persistent = !this.isTypeNotPersistent();
|
||
|
+ }
|
||
|
+ // CraftBukkit end
|
||
|
super.m();
|
||
|
this.bo = this.bk;
|
||
|
this.bn = this.bm;
|