From 79c2e7fc9a69bd556a5748316ffa50145949c8b9 Mon Sep 17 00:00:00 2001 From: aarav18 <57469559+aarav18@users.noreply.github.com> Date: Thu, 23 Sep 2021 17:35:01 -0600 Subject: [PATCH] Update ShootPrepGroup.java --- .../java/frc4388/robot/commands/shooter/ShootPrepGroup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/frc4388/robot/commands/shooter/ShootPrepGroup.java b/src/main/java/frc4388/robot/commands/shooter/ShootPrepGroup.java index df92eb4..5e6d38f 100644 --- a/src/main/java/frc4388/robot/commands/shooter/ShootPrepGroup.java +++ b/src/main/java/frc4388/robot/commands/shooter/ShootPrepGroup.java @@ -24,7 +24,7 @@ public class ShootPrepGroup extends ParallelDeadlineGroup { * @param m_shooterAim The ShooterAim subsystem * @param m_storage The Storage subsytem */ - public ShootPrepGroup(Shooter m_shooter, ShooterAim m_shooterAim, ShooterHood m_shooterHood, Storage m_storage) { + public ShootPrepGroup(Shooter m_shooter, ShooterAim m_shooterAim, ShooterHood m_shooterHood) { super( new TrackTarget(m_shooterAim), new ShooterVelocityControlPID(m_shooter),