This should fix the custom pathfinder goal.
This commit is contained in:
@@ -46,7 +46,7 @@ public class PathfinderGoalFollow_v1_8_R3 extends PathfinderGoal {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
// b() is shouldContinueExecuting()
|
||||
|
||||
@@ -46,7 +46,7 @@ public class PathfinderGoalFollow_v1_9_R1 extends PathfinderGoal {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
// b() is shouldContinueExecuting()
|
||||
|
||||
Reference in New Issue
Block a user