diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 38fb7e50f..7ff432079 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -347,7 +347,7 @@ fn_info_message_gameserver(){ fi if [ -n "${defaultscenario}" ]; then - # Current scenario + # Current scenario (Insurgency: Sandstorm) if [ -n "${gdgamemode}" ]; then echo -e "${lightblue}Current scenario:\t${default}${gdgamemode}" fi @@ -443,7 +443,6 @@ fn_info_message_gameserver(){ echo -e "${lightblue}World size:\t${default}${worldsize}m" fi - # Random map rotation mode (Squad and Post Scriptum) if [ -n "${randommap}" ]; then echo -e "${lightblue}Map rotation:\t${default}${randommap}"