summaryrefslogtreecommitdiff
path: root/minecctl/rcon-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/rcon-commands.c')
-rw-r--r--minecctl/rcon-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecctl/rcon-commands.c b/minecctl/rcon-commands.c
index 61a682c..0c4fd7e 100644
--- a/minecctl/rcon-commands.c
+++ b/minecctl/rcon-commands.c
@@ -226,7 +226,7 @@ static bool get_one_status(int fd, char *buf, size_t len, const char *cmd,
return false;
}
-bool do_status(struct cfg *cfg)
+bool do_info(struct cfg *cfg)
{
char buf[4096];
char tbuf[4096];