From 8f29a4d23dd13a80aa26951b17e2a71f4e651cb1 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Sun, 28 Jun 2020 19:25:20 +0200 Subject: Introduce the possibility of specifying serveral commands in one go --- minecctl/rcon-commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minecctl/rcon-commands.h') diff --git a/minecctl/rcon-commands.h b/minecctl/rcon-commands.h index 1714dd5..c77e6fe 100644 --- a/minecctl/rcon-commands.h +++ b/minecctl/rcon-commands.h @@ -13,6 +13,6 @@ bool do_rcon_pcount(struct cfg *cfg, unsigned *online, unsigned *max); bool do_console(struct cfg *cfg); -bool do_command(struct cfg *cfg); +bool do_commands(struct cfg *cfg); #endif -- cgit v1.2.3