Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feature/led
Browse files Browse the repository at this point in the history
  • Loading branch information
rakrakon committed Feb 8, 2025
2 parents 2a50a94 + a047735 commit 057c889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/frc/robot/RobotContainer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ object RobotContainer {
configureDefaultCommands()
visualizer = Visualizer()

SimulatedArena.getInstance().resetFieldForAuto()
if (CURRENT_MODE == Mode.SIM)
SimulatedArena.getInstance().resetFieldForAuto()

enableAutoLogOutputFor(this)
}
Expand Down

0 comments on commit 057c889

Please sign in to comment.