From: Meryem Esa Date: Mon, 15 Feb 2016 01:43:11 +0000 (-0800) Subject: call end in interrupted X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=d113fb3cfb38d9af17130efe72a257ccae6743fe call end in interrupted --- diff --git a/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForTime.java b/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForTime.java index a613da8e..21f200c8 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForTime.java +++ b/src/org/usfirst/frc/team3501/robot/commands/driving/TurnForTime.java @@ -68,5 +68,6 @@ public class TurnForTime extends Command { @Override protected void interrupted() { + end(); } }