Skip to content

Commit

Permalink
rewrote interrupted in AllInCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Yumnah2 committed Feb 28, 2024
1 parent e0167e9 commit 2ee7793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void end(boolean interrupted) {
intakeSubsystem.indexStop();
intakeSubsystem.feederStop();

if (controls != null && interrupted == false) {
if (controls != null && !interrupted) {
controls.vibrateDriveController(1.0);
}
}
Expand Down

0 comments on commit 2ee7793

Please sign in to comment.