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()