From 3f0ff461bf79ace82672a3e3aa97cf7bcc4c8989 Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 21:14:00 +0100 Subject: [PATCH] Update menu.sh --- script/menu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/menu.sh b/script/menu.sh index 2de2ad6..12a24a6 100755 --- a/script/menu.sh +++ b/script/menu.sh @@ -6,10 +6,10 @@ echo "### install - Download the source source-code" echo "### update - Updates source-code to latest version" echo "### build - Builds the server based on source-code" echo "### compile - Compiles code with Release for hosting" -echo "### compile debug - Compiles code with RelWithDebInfo for debugging" +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 "### debug - starts auth and world debug mode (GDB, timestamped crash logs)" +echo "### start_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"