Przeglądaj źródła

teeworlds config fix

Daniel Gibbs 10 lat temu
rodzic
commit
69b71d1add
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      functions/fn_install_config

+ 1 - 1
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"