Skip to content

Commit

Permalink
forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
leijurv committed Jul 30, 2023
1 parent d6adb52 commit a83d275
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/baritone/process/ElytraProcess.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ public PathingCommand onTick(boolean calcFailed, boolean isSafeToCancel) {
if (ctx.player().posY < endPos.y - LANDING_COLUMN_HEIGHT) {
logDirect("bad landing spot, trying again...");
badLandingSpots.add(endPos);
goingToLandingSpot = false;
this.state = State.FLYING;
}
}
}
Expand Down

0 comments on commit a83d275

Please sign in to comment.