Fix syntax errors in master got in the last merge
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / auton / PassLowBar.java
index fe35684f9e1d38870759c9d6d68cd4fcc476f47a..be002264643edb554842d88bba54b94137f24b3b 100644 (file)
@@ -25,8 +25,8 @@ import edu.wpi.first.wpilibj.command.CommandGroup;
 public class PassLowBar extends CommandGroup {
 
   public PassLowBar() {
-    if (Constants.Auton.isUsingTime) {
-      addSequential(new DriveForTime(Constants.Auton.PASS_LOW_BAR_TIMEpassLowBarTime,
+    if (Constants.Auton.IS_USING_TIME) {
+      addSequential(new DriveForTime(Constants.Auton.PASS_LOW_BAR_TIME,
           Constants.Auton.PASS_LOW_BAR_SPEED));
     }
     else {