Browse Source

Teamspeak 3 may not have a config

pull/450/head
Daniel Gibbs 10 years ago
parent
commit
e934a03abc
  1. 2
      functions/fn_details_config

2
functions/fn_details_config

@ -5,7 +5,7 @@
# Version: 120715
# Description: Gets specific details from config files.
if [ -e "${servercfgfullpath}" ]||[ "${engine}" == "spark" ]; then
if [ -e "${servercfgfullpath}" ]||[ "${engine}" == "spark" ]||[ "${gamename}" == "Teamspeak 3" ]; then
if [ "${engine}" == "avalanche" ]; then
servername=$(grep -s Name "${servercfgfullpath}"|sed 's/Name//g'|tr -d '=\"; '|sed 's/,//g')

Loading…
Cancel
Save