diff --git a/lgsm/modules/command_stop.sh b/lgsm/modules/command_stop.sh index 14f7375ea..15d9cb91a 100644 --- a/lgsm/modules/command_stop.sh +++ b/lgsm/modules/command_stop.sh @@ -18,7 +18,7 @@ fn_stop_players_online() { query_gamedig.sh if [ "${querystatus}" == "0" ]; then if [ -n "${gdplayers}" ] && [ "${gdplayers}" -ne 0 ]; then - fn_print_info "Server will not stop while ${gdplayers} players are on the server" + fn_print_info_nl "Server will not stop while ${gdplayers} players are on the server" fn_script_log_info "Server will not stop while ${gdplayers} players are on the server" date '+%s' > "${lockdir:?}/${selfname}-restart-request.lock" core_exit.sh