Skip to content

Commit

Permalink
added ramp to baby mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepBlueRobots committed Sep 25, 2024
1 parent 5509869 commit 08c13bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ public void end(boolean interrupted) {
// Returns true when the command should end.
@Override
public boolean isFinished() {
return false || babyMode;
return false; // || babyMode;
}
}

0 comments on commit 08c13bc

Please sign in to comment.