13
0
geforkt von Mirrors/Paper
Paper/paper-server/nms-patches/EntityChicken.patch

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;