From ed46446dc2033c2b2bdbe57045ed032586a5bbdf Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 21:27:02 +0100 Subject: [PATCH] Update menu.sh --- script/menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/menu.sh b/script/menu.sh index 12a24a6..4556c1d 100755 --- a/script/menu.sh +++ b/script/menu.sh @@ -9,7 +9,7 @@ echo "### compile - Compiles code with Release for hosting" echo "### compile_debug - Compiles code with RelWithDebInfo for debugging" echo "### config - Applies the server configration" echo "### start - starts auth and world in tmux sessions server" -echo "### start_debug - starts auth and world debug mode (GDB, timestamped crash logs)" +echo "### start_debug - starts auth and world debug mode (GDB)" echo "### stop - stops all sessions" echo "### wow - logon world-server (tmux) session" echo "### auth - logon auth-server (tmux) session"