Update Spindexer.java

This commit is contained in:
abhiram vishnubhotla
2026-01-29 11:09:55 -06:00
committed by GitHub
parent 3f4fee0e24
commit 66c5de1b26

View File

@@ -502,7 +502,7 @@ public class Spindexer {
} else if (ballPositions[1].ballColor == BallColor.GREEN) {
return 1;
} else {
return 3;
return 2;
}
//break;
case PPG: