properly detect failure

This commit is contained in:
Leijurv 2019-02-14 14:47:38 -08:00
parent f094e83e4d
commit 89b5ce4b63
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -68,7 +68,7 @@ public class GetToBlockProcess extends BaritoneProcessHelper implements IGetToBl
rescan(new ArrayList<>(), new CalculationContext(baritone));
}
if (knownLocations.isEmpty()) {
if (Baritone.settings().exploreForBlocks.get()) {
if (Baritone.settings().exploreForBlocks.get() && !calcFailed) {
return new PathingCommand(new GoalRunAway(1, start) {
@Override
public boolean isInGoal(int x, int y, int z) {