X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FrunShooter.java;h=4315ae1932da88e38dbf6cab3fdf09705e9da09c;hb=071ab31546b9c3cf13bca472a4ac76b1480aeb6a;hp=b69ae16742a4b47668f9fc9e254831b060e48096;hpb=4b94da2f70ac1e3b8197a0712c68263e26cd68e6;p=3501%2Fstronghold-2016 diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/runShooter.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/runShooter.java index b69ae167..4315ae19 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/runShooter.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/runShooter.java @@ -29,6 +29,7 @@ public class runShooter extends Command { @Override protected void end() { + Robot.shooter.stop(); } @Override