mirror of
https://github.com/cabaletta/baritone
synced 2024-12-11 17:56:34 +00:00
too aggressive
This commit is contained in:
parent
cc8afe95c5
commit
541b710ea7
@ -348,7 +348,7 @@ public final class ElytraBehavior implements Helper {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (!canSeeAny) {
|
||||
if (!canSeeAny && rangeStartIncl < rangeEndExcl - 2 && process.state != ElytraProcess.State.GET_TO_JUMP) {
|
||||
this.pathRecalcSegment(rangeEndExcl - 1).thenRun(() -> logDirect("Recalculated segment since no path points were visible"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user