mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
Merge branch 'shoot-button' into operator-controls
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user