You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Use the addRequirements method in the ControlPanelColorCommand class' constructor to add the ControlPanel subsystem as a requirement. Also make sure to use this in the other command classes.
And any other command. addRequirements is used by the command scheduler to know which commands can run at the same time as other commands
AndrewLester
changed the title
Use the addRequirements method in the ControlPanelColorCommand
Use the addRequirements method in Command classes
Dec 4, 2020
Use the addRequirements method in the
ControlPanelColorCommand
class' constructor to add the ControlPanel subsystem as a requirement. Also make sure to use this in the other command classes.addRequirement
?Originally posted by @ArchdukeTim in #21 (comment)
The text was updated successfully, but these errors were encountered: