Glyphs for controller prompt

This commit is contained in:
Antoine
2021-06-17 14:55:38 +02:00
parent ec45df9c5e
commit e389a0cb0a
128 changed files with 148 additions and 1 deletions

View File

@ -250,7 +250,7 @@ public class match {
//end round
case 11:
endRound();
if(roundsWonP1 >= 2||roundsWonP2 >= 2) { endMatch();} //TODO : will probably need to specify more
if(roundsWonP1 >= 2 || roundsWonP2 >= 2) { endMatch();} //TODO : will probably need to specify more
else{acCode = 0;}
break;