X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FRunIndexWheelContinuous.java;h=b4eed57abe0862ae574c3ad83a3279998f183745;hp=83b66c08b0d8d8e31d3927489ae8fe4129cad5e3;hb=adfc017150276503ef41671f801b65e642caa9cf;hpb=e74e5e9dbc8136a693c367596e839c91722d11ca diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java index 83b66c0..b4eed57 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java @@ -55,6 +55,7 @@ public class RunIndexWheelContinuous extends Command { @Override protected boolean isFinished() { return Robot.getOI().toggleIndexWheel.get(); + } }