Skip to content

Commit

Permalink
Lowkey forgot abt that
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenTomato5 committed Nov 3, 2024
1 parent 7dc8991 commit 7e105da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/frc/robot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ private Main() {}
* <p>If you change your main robot class, change the parameter type.
*/
public static void main(String... args) {
// RobotBase.startRobot("Crash".equals(System.getenv("CI_NAME")) ? CrashCheck::getInstance : Robot::new);
RobotBase.startRobot(CrashCheck::getInstance);
RobotBase.startRobot("Crash".equals(System.getenv("CI_NAME")) ? CrashCheck::getInstance : Robot::new);
}
}

0 comments on commit 7e105da

Please sign in to comment.