From 57eaf5a020cfa47034ccf09ba71328c3d633bcee Mon Sep 17 00:00:00 2001 From: Alexander Hurd Date: Mon, 22 Aug 2016 00:14:00 -0400 Subject: [PATCH] config fix --- lgsm/functions/install_config.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index e0a67c199..beed0a513 100644 --- a/lgsm/functions/install_config.sh +++ b/lgsm/functions/install_config.sh @@ -281,11 +281,13 @@ elif [ "${gamename}" == "Double Action: Boogaloo" ]; then fn_sourceconfig elif [ "${gamename}" == "Empires Mod" ]; then fn_defaultconfig -elif [ "${gamename}" == "EnemyTerritory" ]; then +elif [ "${gamename}" == "Enemy Territory" ]; then 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 sleep 1 fn_defaultconfig + fn_userinputconfig + echo "" elif [ "${gamename}" == "Fistful of Frags" ]; then 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