1
This commit is contained in:
parent
460e3f39c8
commit
8d48beafd1
3
hlna.py
3
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")
|
||||
|
Loading…
Reference in New Issue
Block a user