geforkt von Mirrors/Paper
a8ddf37419
By: GunfighterJ <joseph.jenniges@gmail.com>
13 Zeilen
295 B
Diff
13 Zeilen
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;
|