1
This commit is contained in:
parent
688d4aa13a
commit
4310cd3531
2
hlna.py
2
hlna.py
@ -691,7 +691,7 @@ def start_stop(action, g, m, list_config=list_config):
|
||||
y = os.system(
|
||||
f"~/git/hln-a/hlna.py rcon SaveWorld -m {i}") if action == "restart" or action == "stop" else ""
|
||||
if y == 0:
|
||||
print_line("Мир сохранён")
|
||||
print_line(f"Мир {i} сохранён")
|
||||
x = os.system(f"systemctl --user {action} ark_{data['SessionName'].lower()}.service")
|
||||
|
||||
if x == 0:
|
||||
|
Loading…
Reference in New Issue
Block a user