Update Spindexer.java
This commit is contained in:
committed by
GitHub
parent
3f4fee0e24
commit
66c5de1b26
@@ -502,7 +502,7 @@ public class Spindexer {
|
||||
} else if (ballPositions[1].ballColor == BallColor.GREEN) {
|
||||
return 1;
|
||||
} else {
|
||||
return 3;
|
||||
return 2;
|
||||
}
|
||||
//break;
|
||||
case PPG:
|
||||
|
||||
Reference in New Issue
Block a user