Skip to content

Commit 04279d0

Browse files
committed
real mode
1 parent d4d33bf commit 04279d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
public final class Constants {
2020

21-
public static final Mode mode = Mode.REPLAY;
21+
public static final Mode mode = Mode.REAL;
2222
public static final Drivers driver = Drivers.MAUI;
2323
public static final Operators operator = Operators.ERICK;
2424

0 commit comments

Comments
 (0)