fix draw game

+ status update in generateToken()
This commit is contained in:
LuckyLaszlo
2023-01-09 11:01:57 +01:00
parent 0f30a3d8d4
commit d55f3eedf5
3 changed files with 8 additions and 5 deletions

View File

@@ -274,7 +274,7 @@ export class GameSession {
gc.scoreRight = 3;
}
else
{ // TODO: match draw, verifier la getion coté Nest
{
gc.scoreLeft = 0;
gc.scoreRight = 0;
}