mirror of https://github.com/cabaletta/baritone
that should really default to true
This commit is contained in:
parent
ca48dabcc7
commit
046de84360
|
@ -192,7 +192,7 @@ public abstract class Movement implements Helper, MovementHelper {
|
|||
}
|
||||
|
||||
protected boolean safeToCancel(MovementState currentState) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
public boolean isFinished() {
|
||||
|
|
Loading…
Reference in New Issue