add end() in interrupted in scaler methods and make sure constants go in the right...
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / scaler / ExtendLift.java
index f4001d9ad9cbd5712e13ca5bdd3a767c6a2b0cfa..bead3866a8f4ac2d71c26465ba2ef9875ffe1bf2 100755 (executable)
@@ -29,5 +29,6 @@ public class ExtendLift extends Command {
 
   @Override
   protected void interrupted() {
+    end();
   }
 }