Alexander Hurd 9 лет назад
Родитель
Сommit
57eaf5a020
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      lgsm/functions/install_config.sh

+ 3 - 1
lgsm/functions/install_config.sh

@@ -281,11 +281,13 @@ elif [ "${gamename}" == "Double Action: Boogaloo" ]; then
 	fn_sourceconfig
 	fn_sourceconfig
 elif [ "${gamename}" == "Empires Mod" ]; then
 elif [ "${gamename}" == "Empires Mod" ]; then
 	fn_defaultconfig
 	fn_defaultconfig
-elif [ "${gamename}" == "EnemyTerritory" ]; then
+elif [ "${gamename}" == "Enemy Territory" ]; then
 	echo -e "downloading lgsm-default.cfg...\c"
 	echo -e "downloading lgsm-default.cfg...\c"
 	wget -N /dev/null ${githuburl}/EnemyTerritory/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq
 	wget -N /dev/null ${githuburl}/EnemyTerritory/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq
 	sleep 1
 	sleep 1
 	fn_defaultconfig
 	fn_defaultconfig
+	fn_userinputconfig
+	echo ""
 elif [ "${gamename}" == "Fistful of Frags" ]; then
 elif [ "${gamename}" == "Fistful of Frags" ]; then
 	echo -e "downloading lgsm-default.cfg...\c"
 	echo -e "downloading lgsm-default.cfg...\c"
 	wget -N /dev/null ${githuburl}/FistfulOfFrags/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
 	wget -N /dev/null ${githuburl}/FistfulOfFrags/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq