change isUsingTime to final and delete the method that toggles it in drivetrain
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index bbc7a3b88b420a49f786ffe9f6582cde1ec33f0d..08dda700f3b64710aa3d141a3735884be595d27c 100644 (file)
@@ -230,7 +230,7 @@ public class Constants {
     // Passing Defenses Constants
 
     public static final double DEFAULT_SPEED = 0.5;
-    public static boolean isUsingTime = true;
+    public static final boolean IS_USING_TIME = true;
 
     // dead reckoning time and speed constants for driving through defenses
     // TODO: find the times it takes to pass each defense