Fix syntax errors in master got in the last merge
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / auton / PassLowBar.java
index 3f43356e72ef349d26ff0e73bce71ceff2950a44..be002264643edb554842d88bba54b94137f24b3b 100644 (file)
@@ -26,7 +26,7 @@ public class PassLowBar extends CommandGroup {
 
   public PassLowBar() {
     if (Constants.Auton.IS_USING_TIME) {
-      addSequential(new DriveForTime(Constants.Auton.PASS_LOW_BAR_TIMEpassLowBarTime,
+      addSequential(new DriveForTime(Constants.Auton.PASS_LOW_BAR_TIME,
           Constants.Auton.PASS_LOW_BAR_SPEED));
     }
     else {