Resurrect dead commits deletd by merge conflict with hersh
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / shooter / runShooter.java
index b69ae16742a4b47668f9fc9e254831b060e48096..4315ae1932da88e38dbf6cab3fdf09705e9da09c 100644 (file)
@@ -29,6 +29,7 @@ public class runShooter extends Command {
 
   @Override
   protected void end() {
+    Robot.shooter.stop();
   }
 
   @Override