small changes shtuf

This commit is contained in:
aarav18
2022-03-16 14:32:41 -06:00
parent 7ae7591951
commit 38459ba40c
5 changed files with 20 additions and 22 deletions
@@ -53,7 +53,7 @@ public class ManageStorage extends CommandBase {
// * CommandScheduler.getInstance().schedule(new ExampleCommand());
// * new ExampleCommand().schedule();
// * new ExampleCommand().execute();
// * new ExampleCommand().execute(); (accompanied by initialize and onFinished)
new SpitOutWrongColor(this.storage, this.drum, this.turret); // ? is this how you run a command inside a command
}