X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FDecreaseShootingSpeed.java;h=7fa6cd0422aa3ab3fdaff86b2bcbff450050d9f7;hp=d105b60fea1707225e167e9fe129b5dc2b7ab887;hb=7ba6bc91b8cf7205e05cdb974dc80fdd668ebe59;hpb=f625e57a09b295f7d40e4568a8e3a8cd125630aa diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/DecreaseShootingSpeed.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/DecreaseShootingSpeed.java index d105b60..7fa6cd0 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/DecreaseShootingSpeed.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/DecreaseShootingSpeed.java @@ -21,7 +21,7 @@ public class DecreaseShootingSpeed extends Command { @Override protected void initialize() { - shooter.decrementCurrentShootingSpeed(); + shooter.decrementTargetShootingSpeed(); } @Override