Skip to content

Commit

Permalink
Update Settings.java
Browse files Browse the repository at this point in the history
  • Loading branch information
onixiya1337 committed Dec 3, 2023
1 parent 484e8c4 commit 7a634ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/java/baritone/api/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public class Settings {

public final Setting<Boolean> renderPath = new Setting<>(true);

public final Setting<Integer> movementTimeoutTicks = new Setting<>(100);
public final Setting<Integer> movementTimeoutTicks = new Setting<>(600);

public final Setting<Integer> costVerificationLookahead = new Setting<>(5);

Expand Down

0 comments on commit 7a634ff

Please sign in to comment.