diff options
Diffstat (limited to 'web/web_control.c')
-rw-r--r-- | web/web_control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web_control.c b/web/web_control.c index 5389a23..b0a777c 100644 --- a/web/web_control.c +++ b/web/web_control.c @@ -297,7 +297,7 @@ void end_match() // clean up in case match was ended early svg_clear_points(); prompt_set_input(NULL); - scoreboard_set_player_active(-1); + scoreboard_set_player_active(0); dom_remove_class("#key-exit", "visible"); dom_enable_exit_dialogue(false); |