move from todo to issue
This commit is contained in:
parent
4e11d92d19
commit
f0c3e59a6f
@ -341,7 +341,6 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
|
||||
pos = ((IGoalRenderPos) goal).getGoalPos();
|
||||
}
|
||||
|
||||
// TODO simplify each individual goal in a GoalComposite
|
||||
if (pos != null && world().getChunk(pos) instanceof EmptyChunk) {
|
||||
logDebug("Simplifying " + goal.toString().split("\\{")[0] + " to GoalXZ due to distance");
|
||||
goal = new GoalXZ(pos.getX(), pos.getZ());
|
||||
|
Loading…
Reference in New Issue
Block a user