FRC-7525 / 2024-Rewrite

GNU General Public License v3.0
2 stars 3 forks source link

[AutoCommands] Redundant Commands.sequence #25

Closed nkalupahana closed 3 days ago

nkalupahana commented 5 days ago

Commands.sequence returns a command, just like new InstantCommand. Pretty sure you can just return the new InstantCommand directly.