From 6a9c39ec2b15f350a6aaa6fbf81fa49b0eae30a2 Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sun, 11 Jan 2026 00:33:27 +0100 Subject: [PATCH] Update 6_server-start.sh --- script/6_server-start.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/script/6_server-start.sh b/script/6_server-start.sh index ead5f3e..40f8900 100755 --- a/script/6_server-start.sh +++ b/script/6_server-start.sh @@ -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