Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 7749aba

Browse files
committed
whoop
properly call class
1 parent 91696c8 commit 7749aba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Robot2018/src/org/usfirst/frc/team199/Robot2018/commands

Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/RunScript.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public RunScript(String scriptName) {
4040
addSequential(new DeployToScale());
4141
break;
4242
case "exchange":
43-
addSequential(new DeployToExchange);
43+
addSequential(new DeployToExchange());
4444
break;
4545
case "wait":
4646
addSequential(new WaitCommand(Double.parseDouble(cmdArgs[0])));

0 commit comments

Comments
 (0)