This should fix the custom pathfinder goal.

This commit is contained in:
TheBukor 2016-03-17 20:54:17 -03:00
parent 5fa301ab0b
commit b9ccb09eed
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ public class PathfinderGoalFollow_v1_8_R3 extends PathfinderGoal {
return true;
}
}
return false;
return true;
}
// b() is shouldContinueExecuting()

View File

@ -46,7 +46,7 @@ public class PathfinderGoalFollow_v1_9_R1 extends PathfinderGoal {
return true;
}
}
return false;
return true;
}
// b() is shouldContinueExecuting()