Skip to content

Commit b9fa3a4

Browse files
braelynandthefrogskevinfrei
authored andcommitted
button bindings, please merge
1 parent 72d30b3 commit b9fa3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sixteen750/src/main/java/org/firstinspires/ftc/sixteen750/commands/slides/VerticalSlidesSequentials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static SequentialCommandGroup SlidesDown(Robot r) {
3737
//partial sequentials
3838
public static SequentialCommandGroup transferVertical(Robot r) {
3939
return new SequentialCommandGroup(
40-
Command.create(r.horizontalSlidesSubsystem::WristVertTransfer),
40+
Command.create(r.horizontalSlidesSubsystem::WristVertTransfer),
4141
new WaitCommand(.3),
4242
Command.create(r.verticalSlidesSubsystem::bucketServoLift),
4343
Command.create(r.verticalSlidesSubsystem::armServoTransfer),

0 commit comments

Comments
 (0)