Update 6_server-start.sh

This commit is contained in:
bashermens
2026-01-10 18:55:42 +01:00
committed by GitHub
parent c69aac1a4d
commit 4ec40b245c

View File

@@ -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