forked from Brandon/MythicNetwork
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;
|