summaryrefslogtreecommitdiff
path: root/minecproxy/server.h
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/server.h
parent769457c165488fb8059ecb843a1c200f69dce95d (diff)
Clarify active players function name
Diffstat (limited to 'minecproxy/server.h')
-rw-r--r--minecproxy/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecproxy/server.h b/minecproxy/server.h
index 7201ba6..c6ea252 100644
--- a/minecproxy/server.h
+++ b/minecproxy/server.h
@@ -55,7 +55,7 @@ bool server_start(struct server *server);
bool server_stop(struct server *server);
-void server_set_active_players(struct server *server, int count);
+void server_update_active_players(struct server *server, int count);
void server_async_dns_update(struct server_config *scfg, bool done);