From 88abb286c221d848143d5960d0e7b4d11c3e68f5 Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 19:33:30 +0100 Subject: [PATCH] Update menu.sh --- script/menu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/menu.sh b/script/menu.sh index afbe1f9..1caf24a 100755 --- a/script/menu.sh +++ b/script/menu.sh @@ -8,6 +8,7 @@ echo "### build - Builds the server based on source-code" echo "### compile - Compiles the code based on the build server" echo "### config - Applies the server configration" echo "### start - starts auth and world in tmux sessions server" +echo "### debug - starts auth and world debug mode (GDB, timestamped crash logs)" echo "### stop - stops all sessions" echo "### wow - logon world-server (tmux) session" echo "### auth - logon auth-server (tmux) session"