From 79a78159798fe21c0333faf15f9905ef65c8cc24 Mon Sep 17 00:00:00 2001 From: NottheIRS <92690588+NottheIRS@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:04:02 -0400 Subject: [PATCH] Updated VisionShoot. --- src/main/cpp/commands/VisionShoot.cpp | 1 + 1 file changed, 1 insertion(+) 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; }