move from todo to issue

This commit is contained in:
Leijurv 2018-10-01 22:50:51 -07:00
parent 4e11d92d19
commit f0c3e59a6f
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

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