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