summaryrefslogtreecommitdiff
path: root/web/web_control.c
diff options
context:
space:
mode:
Diffstat (limited to 'web/web_control.c')
-rw-r--r--web/web_control.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/web_control.c b/web/web_control.c
index e89cc8f..74d42e2 100644
--- a/web/web_control.c
+++ b/web/web_control.c
@@ -21,9 +21,9 @@ void set_active_player(int pn)
scoreboard_set_player_active(pn);
if (match_player_is_comp(pn))
- prompt_bot_visit();
+ prompt_comp_visit();
else
- prompt_visit();
+ prompt_user_visit();
}
void update_user_rem_from_pts(int pts)