diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index c9b31d3a1..250b9d087 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -222,6 +222,11 @@ fn_info_message_gameserver(){ echo -e "${blue}Default Map:\t${default}${defaultmap}" fi + # Game type + if [ -n "${gametype}" ]; then + echo -e "${blue}Game type:\t${default}${gametype}" + fi + # Game mode if [ -n "${gamemode}" ]; then echo -e "${blue}Game mode:\t${default}${gamemode}" @@ -1249,4 +1254,4 @@ fn_info_message_password_strip(){ fi fi -} \ No newline at end of file +}