From cd6252a489602757af7fd55eb7d665f1100eb778 Mon Sep 17 00:00:00 2001 From: blablubbabc Date: Tue, 16 Oct 2018 19:10:13 +0200 Subject: Fixed missed diff in PathfinderGoalPanic. Originally from the MC 1.8 update, broken afterwards and was no longer calling the correct method. --- nms-patches/PathfinderGoalPanic.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nms-patches') 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 -- cgit v1.2.3