This commit is contained in:
Евгений Храмов 2023-05-16 00:45:16 +03:00
parent 688d4aa13a
commit 4310cd3531

@ -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: