Skip to content

Commit

Permalink
Fix: gotten rid of unnecessary shooting
Browse files Browse the repository at this point in the history
  • Loading branch information
NateLydem committed Apr 4, 2024
1 parent 803f268 commit 9050a39
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ public SourceLanephgfedChaos (Shooter shooter, Indexer indexer, Drivetrain driv
PathHelper.fromChoreoPath("SourceLanehgfedChaos.4"),
PathHelper.fromChoreoPath("SourceLanehgfedChaos.5")
);
addCommands(
new ShootSequence(shooter, indexer)
);
for (int i = 0; i < 5; ++i) {
addCommands(
getPath(i).getCommand(drivetrain),
Expand Down

0 comments on commit 9050a39

Please sign in to comment.