Skip to content

Commit 04813a8

Browse files
committed
i forgor to commit this
1 parent 68dc110 commit 04813a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/baritone/process/elytra/ElytraBehavior.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ public void onPostTick(TickEvent event) {
660660
}
661661
}
662662

663+
// calls passable which requires a read lock
663664
private Solution solveAngles(final SolverContext context) {
664665
final NetherPath path = context.path;
665666
final int playerNear = landingMode ? path.size() - 1 : context.playerNear;

0 commit comments

Comments
 (0)