X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FIncreaseShootingSpeed.java;h=8a2fbd99b4f868fc0c0e8a39862cb20dfd58e57d;hp=158848236a71a32a36447197bb55aa0cd34e1e03;hb=7ba6bc91b8cf7205e05cdb974dc80fdd668ebe59;hpb=f625e57a09b295f7d40e4568a8e3a8cd125630aa diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/IncreaseShootingSpeed.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/IncreaseShootingSpeed.java index 1588482..8a2fbd9 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/IncreaseShootingSpeed.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/IncreaseShootingSpeed.java @@ -21,7 +21,7 @@ public class IncreaseShootingSpeed extends Command { @Override protected void initialize() { - shooter.incrementCurrentShootingSpeed(); + shooter.incrementTargetShootingSpeed(); } @Override