mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-12 21:54:06 +01:00
15 lines
387 B
Diff
15 lines
387 B
Diff
--- a/net/minecraft/server/EntityChicken.java
|
|
+++ b/net/minecraft/server/EntityChicken.java
|
|
@@ -43,6 +43,11 @@
|
|
}
|
|
|
|
public void n() {
|
|
+ // CraftBukkit start
|
|
+ if (this.isChickenJockey()) {
|
|
+ this.persistent = !this.isTypeNotPersistent();
|
|
+ }
|
|
+ // CraftBukkit end
|
|
super.n();
|
|
this.bz = this.bv;
|
|
this.bx = this.bw;
|