From b9ccb09eedd56de3f25c4c87c1f4fbdfbea4d97a Mon Sep 17 00:00:00 2001 From: TheBukor Date: Thu, 17 Mar 2016 20:54:17 -0300 Subject: [PATCH] This should fix the custom pathfinder goal. --- .../SkStuff/pathfinders/PathfinderGoalFollow_v1_8_R3.java | 2 +- .../SkStuff/pathfinders/PathfinderGoalFollow_v1_9_R1.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/me/TheBukor/SkStuff/pathfinders/PathfinderGoalFollow_v1_8_R3.java b/src/me/TheBukor/SkStuff/pathfinders/PathfinderGoalFollow_v1_8_R3.java index 4a15016..af47b46 100644 --- a/src/me/TheBukor/SkStuff/pathfinders/PathfinderGoalFollow_v1_8_R3.java +++ b/src/me/TheBukor/SkStuff/pathfinders/PathfinderGoalFollow_v1_8_R3.java @@ -46,7 +46,7 @@ public class PathfinderGoalFollow_v1_8_R3 extends PathfinderGoal { return true; } } - return false; + return true; } // b() is shouldContinueExecuting() diff --git a/src/me/TheBukor/SkStuff/pathfinders/PathfinderGoalFollow_v1_9_R1.java b/src/me/TheBukor/SkStuff/pathfinders/PathfinderGoalFollow_v1_9_R1.java index 86115ee..08445ba 100644 --- a/src/me/TheBukor/SkStuff/pathfinders/PathfinderGoalFollow_v1_9_R1.java +++ b/src/me/TheBukor/SkStuff/pathfinders/PathfinderGoalFollow_v1_9_R1.java @@ -46,7 +46,7 @@ public class PathfinderGoalFollow_v1_9_R1 extends PathfinderGoal { return true; } } - return false; + return true; } // b() is shouldContinueExecuting()