fix: sync totalRounds changes to server, filter geographic admin articles, validate user exists before saving game
This commit is contained in:
@@ -159,6 +159,7 @@ export function ScreenRouter({
|
||||
gameMode={gameMode}
|
||||
setGameMode={setGameMode}
|
||||
onSetGameMode={(v) => multi.setGameMode(v)}
|
||||
onSetTotalRounds={(v) => multi.setTotalRounds(v)}
|
||||
onSetSearchAllowed={(v) => multi.setSearchAllowed(v)}
|
||||
onSetTimeLimit={(v) => multi.setTimeLimit(v)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user