diff options
Diffstat (limited to 'web/web_match.c')
-rw-r--r-- | web/web_match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web_match.c b/web/web_match.c index bdd049d..793aedd 100644 --- a/web/web_match.c +++ b/web/web_match.c @@ -72,7 +72,7 @@ int match_num_players() if (state->mode == M_P) return 1; - return 2; + return state->num_players; } int match_winning_player() |