Fix: Default player count and initialize player type rows

This commit is contained in:
sokol
2026-02-22 11:20:13 +03:00
parent ed27ca93ab
commit 18fe0332ae
2 changed files with 8 additions and 2 deletions

View File

@@ -20,8 +20,8 @@
<div class="setup-group">
<label for="player-count">Total Players:</label>
<select id="player-count">
<option value="2">2 Players</option>
<option value="3" selected>3 Players</option>
<option value="2" selected>2 Players</option>
<option value="3">3 Players</option>
<option value="4">4 Players</option>
</select>
</div>