diff options
-rw-r--r-- | nms-patches/PathfinderGoalPanic.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/PathfinderGoalPanic.patch b/nms-patches/PathfinderGoalPanic.patch index 0d5ec285..24babf0f 100644 --- a/nms-patches/PathfinderGoalPanic.patch +++ b/nms-patches/PathfinderGoalPanic.patch @@ -6,7 +6,7 @@ public boolean b() { + // CraftBukkit start - introduce a temporary timeout hack until this is fixed properly + if ((this.a.ticksLived - this.a.hurtTimestamp) > 100) { -+ this.a.b((EntityLiving) null); ++ this.a.a((EntityLiving) null); // PAIL setLastDamager + return false; + } + // CraftBukkit end |