This commit is contained in:
Olivier Dubois 2024-11-25 18:47:46 -05:00
parent e181361006
commit fcc3a09070

View File

@ -59,4 +59,4 @@ public class RobotContainer {
public Command getAutonomousCommand() { public Command getAutonomousCommand() {
return autoChooser.getSelected(); return autoChooser.getSelected();
} }
} }