Saved
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / climber / RunWinchContinuous.java
index 06fa1547db2131986d6ea88af5fba47ca3c1387c..664b201643b113a16b7944a1223d541b3bcb5ee3 100644 (file)
@@ -39,7 +39,7 @@ public class RunWinchContinuous extends Command {
 
   @Override
   protected void execute() {
-    double thrust = OI.leftJoystick.getY();
+    double thrust = OI.xboxController.getY();
     climber.setMotorValues(-thrust);
   }