fix(multi): sync game mode changes to server in lobby

This commit is contained in:
jessy-david-dev
2026-04-12 23:59:40 +02:00
parent 064ddda23a
commit 169f71c67d
4 changed files with 29 additions and 2 deletions
+1
View File
@@ -158,6 +158,7 @@ export function ScreenRouter({
setTotalRounds={setTotalRounds}
gameMode={gameMode}
setGameMode={setGameMode}
onSetGameMode={(v) => multi.setGameMode(v)}
onSetSearchAllowed={(v) => multi.setSearchAllowed(v)}
onSetTimeLimit={(v) => multi.setTimeLimit(v)}
/>