From 4ec40b245c6cf916a939397d6aa7799331dcb493 Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 18:55:42 +0100 Subject: [PATCH] Update 6_server-start.sh --- script/6_server-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/6_server-start.sh b/script/6_server-start.sh index 7b0467f..9def0d7 100755 --- a/script/6_server-start.sh +++ b/script/6_server-start.sh @@ -45,7 +45,7 @@ start_tmux_session() { start_tmux_session "$AUTHSERVER_SESSION" "${SERVER_ROOT}/acore.sh run-authserver" "$LOGS_PATH/authserver.log" # Start worldserver -start_tmux_session "$WORLDSERVER_SESSION" "${SERVER_ROOT}/acore.sh run-worldserver" "$LOGS_PATH/worldserver.log" +start_tmux_session "$WORLDSERVER_SESSION" "${SERVER_ROOT}/acore.sh run-worldserver" "$LOGS_PATH/worldserver.log" "export GDB_ENABLED=1" ########################################################################################## # Launch interactive menu if needed