Skip to content

Commit

Permalink
deleting addRequirements in AllInRumbleCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Yumnah2 committed Feb 28, 2024
1 parent 5be5392 commit ba67378
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class AllInRumbleCommand extends SequentialCommandGroup {
public AllInRumbleCommand(IntakeSubsystem intakeSubsystem, Controls controls) {
this.intakeSubsystem = intakeSubsystem;
this.controls = controls;
addRequirements(intakeSubsystem);

addCommands(new AllInCommand(intakeSubsystem, controls), new WaitCommand(0.5));
}
Expand Down

0 comments on commit ba67378

Please sign in to comment.