Glyphs for controller prompt
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user