@@ -1,8 +1,8 @@
|
||||
--- a/net/minecraft/server/PathfinderGoalPanic.java
|
||||
+++ b/net/minecraft/server/PathfinderGoalPanic.java
|
||||
@@ -53,6 +53,12 @@
|
||||
}
|
||||
@@ -57,6 +57,12 @@
|
||||
|
||||
@Override
|
||||
public boolean b() {
|
||||
+ // CraftBukkit start - introduce a temporary timeout hack until this is fixed properly
|
||||
+ if ((this.a.ticksLived - this.a.hurtTimestamp) > 100) {
|
||||
@@ -10,6 +10,6 @@
|
||||
+ return false;
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
return !this.a.getNavigation().p();
|
||||
return !this.a.getNavigation().n();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user