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) {
|
} else if (ballPositions[1].ballColor == BallColor.GREEN) {
|
||||||
return 1;
|
return 1;
|
||||||
} else {
|
} else {
|
||||||
return 3;
|
return 2;
|
||||||
}
|
}
|
||||||
//break;
|
//break;
|
||||||
case PPG:
|
case PPG:
|
||||||
|
|||||||
Reference in New Issue
Block a user