summaryrefslogtreecommitdiff
path: root/minecproxy/idle.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-30 08:57:24 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-30 08:57:24 +0200
commit4b6f946c0871d1f510135cd43d61034d55fae5fd (patch)
tree82f32f731ea974b9784c8ceae10891faf06a0587 /minecproxy/idle.c
parent769457c165488fb8059ecb843a1c200f69dce95d (diff)
Clarify active players function name
Diffstat (limited to 'minecproxy/idle.c')
-rw-r--r--minecproxy/idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecproxy/idle.c b/minecproxy/idle.c
index ec9e2da..3269a89 100644
--- a/minecproxy/idle.c
+++ b/minecproxy/idle.c
@@ -52,7 +52,7 @@ static void idle_check_handshake_reply(struct uring_task *task, int res)
out:
uring_task_close_fd(task);
- server_set_active_players(server, player_count);
+ server_update_active_players(server, player_count);
return;
}