We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba13690 commit f0f15b0Copy full SHA for f0f15b0
src/main/java/frc/robot/subsystems/robotState/RobotStateSubsystem.java
@@ -309,7 +309,7 @@ public void toPrepCoral() {
309
310
public void toPlaceCoralAuto() {
311
isAutoReadyForEject = true;
312
- if(elevatorSubsystem.isFinished()) toPlaceCoral();
+ if (elevatorSubsystem.isFinished()) toPlaceCoral();
313
else toReefAlign(getAlgaeOnCycle, isAutoPlacing);
314
}
315
0 commit comments