Browse Source

words

pull/3407/head
Daniel Gibbs 5 years ago
parent
commit
bd2d494542
  1. 3
      lgsm/functions/info_messages.sh

3
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}"

Loading…
Cancel
Save