diff --git a/functions/fn_install_config b/functions/fn_install_config index 62b783ac3..6eceafc45 100644 --- a/functions/fn_install_config +++ b/functions/fn_install_config @@ -336,7 +336,7 @@ elif [ "${gamename}" == "Team Fortress Classic" ]; then wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/TeamFortressClassic/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_goldsourceconfig -elif [ "${gamename}" == "Tee Worlds" ]; then +elif [ "${gamename}" == "Teeworlds" ]; then echo -e "downloading ctf.cfg...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Teeworlds/cfg/ctf.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq echo -e "downloading dm.cfg...\c"