diff --git a/src/main/cpp/commands/VisionShoot.cpp b/src/main/cpp/commands/VisionShoot.cpp index dd1caef..d97bb43 100644 --- a/src/main/cpp/commands/VisionShoot.cpp +++ b/src/main/cpp/commands/VisionShoot.cpp @@ -52,4 +52,5 @@ bool VisionShoot::IsFinished() { void VisionShoot::End(bool interrupted) { m_controlData.autoAimInput.autoAim = false; + m_controlData.launcherInput.runIndexerForward = false; }