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

Commit a740f2e

Browse files
committed
got rid of compiling errors
1 parent 9159815 commit a740f2e

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
@@ -43,7 +43,7 @@ public RunScript(String scriptName) {
4343
addSequential(new WaitCommand(Double.parseDouble(cmdArgs)));
4444
break;
4545
case "intake":
46-
addSequential(new IntakeCube());
46+
addSequential(new IntakeCube(true));
4747
break;
4848
case "jump":
4949
addSequential(new RunScript(cmdArgs));

0 commit comments

Comments
 (0)