Skip to content

Commit 47a1fd2

Browse files
committed
aa
1 parent e47ebac commit 47a1fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/Lib/BallDetectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void startCompetition() {
3535
printResults();
3636
try { Thread.sleep(50); } catch (InterruptedException e) {}
3737

38-
System.exit(win ? 0 : 1);
38+
System.exit(0);
3939
}
4040

4141
private void testParallaxGeometry() {

0 commit comments

Comments
 (0)