Update 6_server-start.sh

This commit is contained in:
bashermens
2026-01-11 00:33:27 +01:00
committed by GitHub
parent 4d100d16fa
commit 6a9c39ec2b

View File

@@ -82,16 +82,14 @@ if [[ $DEBUG_MODE -eq 1 ]]; then
-ex \"set logging on\" \
-ex \"set pagination off\" \
-ex \"set confirm off\" \
-ex \"set print thread-events on\" \
-ex \"set print object on\" \
-ex \"catch signal SIGSEGV\" \
-ex \"catch signal SIGABRT\" \
-ex \"catch signal SIGFPE\" \
-ex \"catch signal SIGILL\" \
-ex \"run -c ../etc/worldserver.conf\" \
-ex \"thread apply all bt full\" \
-ex \"bt full\" \
-ex \"info locals\" \
-ex \"info threads\" \
-ex \"thread apply all info locals\" \
-ex \"quit\" \
--args ./worldserver"
else