X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FRunFlyWheelContinuous.java;h=1f1d5cd9d1f25a28dcd34e3be33684a583e16ec8;hp=af77483c85939ffa7205610078a4ee2630275805;hb=2a9dabb11ba64d9270e7e052626fbf49d84563b7;hpb=c846487e0cc034e05c44e3a2a11c9c72fde1bee9 diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java index af77483..1f1d5cd 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java @@ -55,7 +55,7 @@ public class RunFlyWheelContinuous extends Command { @Override protected boolean isFinished() { - return !Robot.getOI().toggleFlyWheel.get(); + return false; } }