This commit is contained in:
samuel desharnais 2024-02-01 19:33:02 -05:00
parent 55537b2e83
commit 16600ad317

View File

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