summaryrefslogtreecommitdiff
path: root/minecctl/rcon-commands.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-07-12 23:58:21 +0200
committerDavid Härdeman <david@hardeman.nu>2020-07-12 23:58:21 +0200
commit01eb1fe238371c3a29b22f1d06147f527285539e (patch)
treecc0301f776226dc12a109066c29a3a940c831a29 /minecctl/rcon-commands.c
parent708f431db8dab6779dd090a1117e556340eca9cc (diff)
Teach minecctl to delete servers on commandHEADmaster
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 cdbf868..9719a01 100644
--- a/minecctl/rcon-commands.c
+++ b/minecctl/rcon-commands.c
@@ -340,7 +340,7 @@ static bool stop_one_server(struct cfg *cfg, struct server *server)
return false;
}
- if (!cfg->force_stop) {
+ if (!cfg->force) {
unsigned current;
if (!get_player_count(fd, &current, NULL)) {