fix(multi): use startGame for next round button in waiting phase

This commit is contained in:
jessy-david-dev
2026-04-13 00:20:17 +02:00
parent fe703f5f8f
commit 79d90b75c4
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -183,6 +183,7 @@ export function ScreenRouter({
canGoBack={multi.canGoBack}
onRetry={multi.retryLoad}
onNextRound={handlers.handleNextRound}
onStartGame={handlers.handleStartGame}
onResetGame={handlers.handleResetGame}
onSurrender={handlers.handleSurrender}
/>