Browse Source

Updated info_config.sh

Removed mapmame
pull/1757/head
FliesWithWind 7 years ago
parent
commit
ece8a68af8
  1. 1
      lgsm/functions/info_config.sh

1
lgsm/functions/info_config.sh

@ -858,7 +858,6 @@ fn_info_config_stationeers(){
servername="${unavailable}" servername="${unavailable}"
serverpassword="${unavailable}" serverpassword="${unavailable}"
rconpassword="${unavailable}" rconpassword="${unavailable}"
mapname="${unavailable}"
maxplayers="${unavailable}" maxplayers="${unavailable}"
else else
servername=$(grep "SERVERNAME=" "${servercfgfullpath}" | sed -e 's/^[ \t]*//g' -e '/^\//d' -e 's/SERVERNAME=//g' | tr -d '=\";,:' | sed -e 's/^[ \t]*//' -e 's/[ \t]*$//') servername=$(grep "SERVERNAME=" "${servercfgfullpath}" | sed -e 's/^[ \t]*//g' -e '/^\//d' -e 's/SERVERNAME=//g' | tr -d '=\";,:' | sed -e 's/^[ \t]*//' -e 's/[ \t]*$//')

Loading…
Cancel
Save