Fixed conflict
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunIndexWheelContinuous.java
index ccc0e4374d6223121eefff87bc28ced1bee495c2..48f3546560c895c1bf4a8ae681503aa694f19d94 100644 (file)
@@ -36,7 +36,7 @@ public class RunIndexWheelContinuous extends Command {
 
   @Override
   protected void execute() {
-    if (t.get() >= 1) {
+    if (t.get() > 1) {
       if (Shooter.getShooter().getPistonValue() == Constants.Shooter.LOW_GEAR) {
         Shooter.getShooter().setHighGear();
       } else {