[Client] Add alert to challenge mode

This commit is contained in:
AudricV 2023-01-09 16:14:35 +01:00
parent 2c92fba477
commit 45899fb4a2
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

@ -98,7 +98,7 @@ function startChallengeGame() {
return; return;
} }
//TODO: start the challenge game and handle server errors + connection errors alert("Ce mode de jeu n'est malheureusement pas disponible.");
} }
// Join room functions // Join room functions