From ce9c70a7077db426bf9b355a7d3a2a980f7da8be Mon Sep 17 00:00:00 2001 From: Alexander Hurd Date: Sat, 20 Aug 2016 08:29:53 -0400 Subject: [PATCH] typo --- lgsm/functions/install_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index 2b0828b9e..ecc264ea2 100644 --- a/lgsm/functions/install_config.sh +++ b/lgsm/functions/install_config.sh @@ -409,7 +409,7 @@ elif [ "${gamename}" == "Terraria" ]; then elif [ "${gamename}" == "Unreal Tournament" ]; then echo -e "downloading Engine.ini...\c" wget -N /dev/null ${githuburl}/UnrealTournament/cfg/Engine.ini 2>&1 | grep -F HTTP | cut -c45- | uniq - echo -e "downloading dm.cfg...\c" + echo -e "downloading Game.ini...\c" wget -N /dev/null ${githuburl}/UnrealTournament/cfg/Game.ini 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_unrealtournament