summaryrefslogtreecommitdiffstats
path: root/nms-patches/PathfinderGoalPanic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/PathfinderGoalPanic.patch')
-rw-r--r--nms-patches/PathfinderGoalPanic.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/PathfinderGoalPanic.patch b/nms-patches/PathfinderGoalPanic.patch
index f7030cd7..0d5ec285 100644
--- a/nms-patches/PathfinderGoalPanic.patch
+++ b/nms-patches/PathfinderGoalPanic.patch
@@ -10,6 +10,6 @@
+ return false;
+ }
+ // CraftBukkit end
- return !this.a.getNavigation().q();
+ return !this.a.getNavigation().p();
}