feat(lobby): allow up to 100 players per room
This commit is contained in:
@@ -160,6 +160,7 @@ export function ScreenRouter({
|
||||
setGameMode={setGameMode}
|
||||
onSetGameMode={(v) => multi.setGameMode(v)}
|
||||
onSetTotalRounds={(v) => multi.setTotalRounds(v)}
|
||||
onSetMaxPlayers={(v) => multi.setMaxPlayers(v)}
|
||||
onSetSearchAllowed={(v) => multi.setSearchAllowed(v)}
|
||||
onSetTimeLimit={(v) => multi.setTimeLimit(v)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user