vcxcb
This commit is contained in:
		| @@ -13,9 +13,9 @@ public class PivotManuel extends CommandBase { | ||||
|   private Pivot pivot; | ||||
|   private DoubleSupplier doubleSupplier; | ||||
|   /** Creates a new PivotManuel. */ | ||||
|   public PivotManuel(Pivot pivot,double d) { | ||||
|   public PivotManuel(Pivot pivot,DoubleSupplier doubleSupplier) { | ||||
|     this.pivot = pivot; | ||||
|        | ||||
|     this.doubleSupplier = doubleSupplier; | ||||
|     // Use addRequirements() here to declare subsystem dependencies. | ||||
|     addRequirements(pivot); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user