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")