From 8d48beafd11e875e0070ced9cca46a13b296ab96 Mon Sep 17 00:00:00 2001 From: xpamych Date: Mon, 29 May 2023 22:09:38 +0300 Subject: [PATCH] 1 --- hlna.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hlna.py b/hlna.py index 441f71e..063cac8 100755 --- a/hlna.py +++ b/hlna.py @@ -800,8 +800,7 @@ def start_stop(action, g, m): check_exist_servers(g) name_servers = choose_map(g, m) for i in name_servers: - - if action == stop or action == restart: + if action == "stop" or action == "restart": print(action) print_line(i) rcon_local(i, "SaveWorld")