X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fintake%2FRunIntakeContinuous.java;h=3188fe6a688e946c02a884a2ea603f3b17338566;hp=efcd4d77e32d9a98e56cfc3b9181272f45fc07ea;hb=1755df3186e0c7c25a73f887eff936d32b47608a;hpb=1436824b417d03c4205aed3a0056fd623bd47538 diff --git a/src/org/usfirst/frc/team3501/robot/commands/intake/RunIntakeContinuous.java b/src/org/usfirst/frc/team3501/robot/commands/intake/RunIntakeContinuous.java index efcd4d7..3188fe6 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/intake/RunIntakeContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/intake/RunIntakeContinuous.java @@ -30,13 +30,13 @@ public class RunIntakeContinuous extends Command { // Called just before this Command runs the first time @Override protected void initialize() { - Robot.getIntake().runIntake(); + } // Called repeatedly when this Command is scheduled to run @Override protected void execute() { - + Robot.getIntake().runIntake(); } // Called once after isFinished returns true