Browse Source

Use teeworlds engine name in fn_details_config

Use the engine name instead of the game name as its more consistent with
the rest of the checks done
pull/496/head
Bryce Van Dyk 10 years ago
parent
commit
ae0a337477
  1. 2
      functions/fn_details_config

2
functions/fn_details_config

@ -382,7 +382,7 @@ elif [ "${gamename}" == "Teamspeak 3" ]; then
fileport="30033"
fi
elif [ "${gamename}" == "Teeworlds" ]; then
elif [ "${engine}" == "teeworlds" ]; then
# port
if [ -f "${servercfgfullpath}" ]; then

Loading…
Cancel
Save