Alexander Hurd 9 년 전
부모
커밋
ce9c70a707
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/functions/install_config.sh

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