This commit is contained in:
Евгений Храмов 2023-05-29 22:09:38 +03:00
parent 460e3f39c8
commit 8d48beafd1

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