diff options
Diffstat (limited to 'minecctl')
-rw-r--r-- | minecctl/misc-commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minecctl/misc-commands.c b/minecctl/misc-commands.c index 34dd990..db9b937 100644 --- a/minecctl/misc-commands.c +++ b/minecctl/misc-commands.c @@ -701,6 +701,7 @@ static bool do_one_status(struct cfg *cfg, struct server *server) ansi_red, ansi_normal, error); rv = false; } + info(""); return rv; } |