浏览代码

corrected Arma3 cfg path

Daniel Gibbs 11 年之前
父节点
当前提交
13cfb6412c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/fn_serverconfig

+ 1 - 1
functions/fn_serverconfig

@@ -49,7 +49,7 @@ echo "================================="
 sleep 1
 cd "${servercfgdir}"
 if [ "${gamename}" == "ARMA 3" ]; then
-	wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/Arma3/lgsm-config.cfg
+	wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/Arma3/cfg/lgsm-config.cfg
 	fn_arma3config
 elif [ "${gamename}" == "Counter Strike: Source" ]; then
 	wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/CounterStrikeSource/cfg/lgsm-config.cfg