summaryrefslogtreecommitdiffstats
path: root/nms-patches/PathfinderGoalPanic.patch
blob: 00267498a7c3b2730a201ec5609a72723950d6cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@@ -36,6 +36,12 @@
     }
 
     public boolean b() {
+        // CraftBukkit start - introduce a temporary timeout hack until this is fixed properly
+        if ((this.b.ticksLived - this.b.bd/*getHurtTimestamp*/()) > 100) {
+            this.b.b((EntityLiving) null);
+            return false;
+        }
+        // CraftBukkit end
         return !this.b.getNavigation().m();
     }
 }