Merge branch 'shoot-button' into operator-controls

This commit is contained in:
Michael Mikovsky
2026-02-14 12:55:09 -07:00
2 changed files with 6 additions and 6 deletions
@@ -61,9 +61,9 @@ public class Shooter extends SubsystemBase {
private ShooterMode mode = ShooterMode.NotReady;
public void setShooterReady() {
if(this.mode == ShooterMode.NotReady) {
this.mode = ShooterMode.Ready;
}
// if(this.mode == ShooterMode.NotReady) {
this.mode = ShooterMode.Ready;
// }
}
public void setShooterNotReady() {