From f0c3e59a6fc085e0c6fd734e2f4c162895f26be6 Mon Sep 17 00:00:00 2001 From: Leijurv Date: Mon, 1 Oct 2018 22:50:51 -0700 Subject: [PATCH] move from todo to issue --- src/main/java/baritone/behavior/PathingBehavior.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/baritone/behavior/PathingBehavior.java b/src/main/java/baritone/behavior/PathingBehavior.java index f903dfbd..8e115240 100644 --- a/src/main/java/baritone/behavior/PathingBehavior.java +++ b/src/main/java/baritone/behavior/PathingBehavior.java @@ -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());