Skip to content

Commit

Permalink
that should really default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
leijurv committed Oct 5, 2018
1 parent ca48dab commit 046de84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/baritone/pathing/movement/Movement.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public boolean safeToCancel() {
}

protected boolean safeToCancel(MovementState currentState) {
return false;
return true;
}

public boolean isFinished() {
Expand Down

0 comments on commit 046de84

Please sign in to comment.