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

Commit 859d1e1

Browse files
authored
change comment in Autonomous.java
add switch, **scale**, and exchange
1 parent 0f53d72 commit 859d1e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public Autonomous(Position startPos, Map<String, Strategy> strategies, double de
9191
this.delay = delay;
9292
scriptName += startPos.getShortName();
9393

94-
// add switch, switch, and exchange location if going for them, "x" if not
94+
// add switch, scale, and exchange location if going for them, "x" if not
9595
if (chosenStrat == Strategy.SWITCH || chosenStrat == Strategy.SWITCH_EXCHANGE || chosenStrat == Strategy.SWITCH_SCALE)
9696
scriptName += fmsInput.substring(0, 1);
9797
else

0 commit comments

Comments
 (0)