no longer needed since goal is in api which in unobfed

This commit is contained in:
Leijurv 2018-10-02 10:19:14 -07:00
parent 6fd7b2a7f3
commit 85e4a57c76
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -342,7 +342,7 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
}
if (pos != null && world().getChunk(pos) instanceof EmptyChunk) {
logDebug("Simplifying " + goal.toString().split("\\{")[0] + " to GoalXZ due to distance");
logDebug("Simplifying " + goal.getClass() + " to GoalXZ due to distance");
goal = new GoalXZ(pos.getX(), pos.getZ());
}
}