X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FPunch.java;h=36ef785f7df0fca53a76748933a58e038bcd806a;hp=deb2c04b4424577adb16e5efb8b58658bfb517a5;hb=93453536a87a1f0decf9a88ab00f77438097b5a7;hpb=96215d97340b055f4f6f2d10b129552b15bbc8f8 diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/Punch.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/Punch.java index deb2c04b..36ef785f 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/Punch.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/Punch.java @@ -8,7 +8,7 @@ public class Punch extends Command { @Override protected void initialize() { - Robot.shooter.punch(); + Robot.shooter.extendPunch(); } @Override