call end in interrupted
authorMeryem Esa <meresa14@gmail.com>
Mon, 15 Feb 2016 01:43:11 +0000 (17:43 -0800)
committerMeryem Esa <meresa14@gmail.com>
Mon, 15 Feb 2016 01:43:11 +0000 (17:43 -0800)
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();
   }
 }