diff --git a/hlna.py b/hlna.py index 386ac25..c93ae41 100755 --- a/hlna.py +++ b/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: