X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fintake%2FReverseIntakeContinuous.java;h=a75a4bb28b4b665596441e1da874f895876ef67c;hp=f387112ef612a0cf3327dbe5e1e3c89a018c89b7;hb=1755df3186e0c7c25a73f887eff936d32b47608a;hpb=1436824b417d03c4205aed3a0056fd623bd47538 diff --git a/src/org/usfirst/frc/team3501/robot/commands/intake/ReverseIntakeContinuous.java b/src/org/usfirst/frc/team3501/robot/commands/intake/ReverseIntakeContinuous.java index f387112..a75a4bb 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/intake/ReverseIntakeContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/intake/ReverseIntakeContinuous.java @@ -18,14 +18,12 @@ public class ReverseIntakeContinuous extends Command { // Called just before this Command runs the first time @Override protected void initialize() { - Robot.getIntake().runReverseIntake(); - } // Called repeatedly when this Command is scheduled to run @Override protected void execute() { - + Robot.getIntake().runReverseIntake(); } // Make this return true when this Command no longer needs to run execute()