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