Skip to content

Commit e1fddf2

Browse files
authored
temp: remove amp lock for staging
1 parent 716aea1 commit e1fddf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/team1540/robot2024/RobotContainer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ private void configureButtonBindings() {
263263

264264
copilot.x().whileTrue(new ShootSequence(shooter, indexer));
265265
// coop:button(A,[HOLD] PreAmp,copilot)
266-
copilot.a().whileTrue(new AmpScoreStageSequence(indexer, tramp, elevator).alongWith(ampLock));
266+
copilot.a().whileTrue(new AmpScoreStageSequence(indexer, tramp, elevator));
267267
// coop:button(B,[HOLD] SHOOT,copilot)
268268
copilot.b()
269269
.and(shooter::areFlywheelsSpunUp)

0 commit comments

Comments
 (0)