summaryrefslogtreecommitdiff
path: root/web/web_control.c
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-18 21:36:12 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-18 21:36:12 -0700
commit8956650dccfe1707005ef8be3655a4d986805312 (patch)
treec6da933dc26f94b3a3e4accb0a6a8192a7233a8c /web/web_control.c
parent5a1032e3e4b3479c84807d5610335c7e4f850158 (diff)
downloaddartboat-8956650dccfe1707005ef8be3655a4d986805312.tar.gz
dartboat-8956650dccfe1707005ef8be3655a4d986805312.tar.xz
web: display comp name in throwing prompt
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)