mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 20:30:28 +01:00
15 lines
387 B
Diff
15 lines
387 B
Diff
--- a/net/minecraft/server/EntityChicken.java
|
|
+++ b/net/minecraft/server/EntityChicken.java
|
|
@@ -35,6 +35,11 @@
|
|
}
|
|
|
|
public void m() {
|
|
+ // CraftBukkit start
|
|
+ if (this.isChickenJockey()) {
|
|
+ this.persistent = !this.isTypeNotPersistent();
|
|
+ }
|
|
+ // CraftBukkit end
|
|
super.m();
|
|
this.bq = this.bm;
|
|
this.bp = this.bo;
|