X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fclimber%2FStopWinch.java;h=597bd65d18ca44be30885d09d056aee9070f13af;hp=0924614e3e4a931a1f0233fef4aeaec33dc9770a;hb=1755df3186e0c7c25a73f887eff936d32b47608a;hpb=1436824b417d03c4205aed3a0056fd623bd47538 diff --git a/src/org/usfirst/frc/team3501/robot/commands/climber/StopWinch.java b/src/org/usfirst/frc/team3501/robot/commands/climber/StopWinch.java index 0924614..597bd65 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/climber/StopWinch.java +++ b/src/org/usfirst/frc/team3501/robot/commands/climber/StopWinch.java @@ -14,7 +14,6 @@ public class StopWinch extends Command { public StopWinch() { requires(Robot.getDriveTrain()); - requires(Robot.getClimber()); } @Override