fix(multi): keep game screen during waiting phase for next round

This commit is contained in:
jessy-david-dev
2026-04-12 19:58:09 +02:00
parent 05e5cb04b9
commit 064ddda23a
+1 -1
View File
@@ -85,7 +85,7 @@ export function useGameHandlers({
async function handleNextRound() { async function handleNextRound() {
await multi.nextRound(); await multi.nextRound();
setScreen("lobby"); // On reste sur "game" - GameScreen affiche l'écran waiting entre les manches
} }
async function handleResetGame() { async function handleResetGame() {