Skip to content

Commit

Permalink
lalal
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenTomato5 committed Nov 1, 2024
1 parent af77fd8 commit 2c2e5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void robotInit() {
DriverStation.silenceJoystickConnectionWarning(true);

manager = new Manager();

System.out.println(System.getenv("CI_NAME"));
if ("Crash".equals(System.getenv("CI_NAME"))) {
Crash.getInstance(this).run();
System.out.println("Crash Instance Created");
Expand Down

0 comments on commit 2c2e5cf

Please sign in to comment.