Skip to content

Commit

Permalink
Update ShootNote.java to Adhere to sensor position
Browse files Browse the repository at this point in the history
  • Loading branch information
rflood07 authored Dec 4, 2024
1 parent 3d7ac1e commit 51dbea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void end(boolean interrupted) {
timer.stop();
indexer.off();
timer.reset();
intake.setNoteHeld(false);
RobotState.getInstance().IsNoteHeld = false;
}

// Returns true when the command should end.
Expand Down

0 comments on commit 51dbea6

Please sign in to comment.