call end in interrupted
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / driving / TurnForTime.java
index a613da8efc7c02aee927068c16ade3001f523517..21f200c87b24eb63e1652aea3273fa2180bd87f1 100755 (executable)
@@ -68,5 +68,6 @@ public class TurnForTime extends Command {
 
   @Override
   protected void interrupted() {
+    end();
   }
 }