From f68df69a20eff0a0c2f842dcaa015b840570f9ec Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:02:39 +0000 Subject: [PATCH] Update --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 5977a3c..1e8a2cd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -82,7 +82,7 @@ if ! is_array_empty "$resources_to_restart"; then done else echo "Will restart the whole server" - icecon --command 'txaEvent "serverShuttingDown" "{"delay":5000,"author":Server Owner,"message":"Server restarting."}"' "${SERVER_IP}:${SERVER_PORT}" "${RCON_PASSWORD}" + icecon --command "quit" "${SERVER_IP}:${SERVER_PORT}" "${RCON_PASSWORD}" fi else echo "Nothing to restart"