瀏覽代碼

defaultconfig function

Daniel Gibbs 10 年之前
父節點
當前提交
3d02d11e35
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/functions/install_config.sh

+ 1 - 1
lgsm/functions/install_config.sh

@@ -289,7 +289,7 @@ elif [ "${gamename}" == "Project Zomboid" ]; then
 	echo -e "downloading lgsm-default.ini...\c"
 	wget -N /dev/null ${githuburl}/ProjectZomboid/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq
 	sleep 1
-	fn_sourceconfig		
+	fn_defaultconfig		
 elif [ "${gamename}" == "Quake Live" ]; then
 	echo -e "downloading lgsm-default.cfg...\c"
 	wget -N /dev/null ${githuburl}/QuakeLive/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq