From 9f69e5abea59c234035845f2de6a315b3176e815 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 1 Dec 2014 19:59:41 +0000 Subject: [PATCH] changed name to lgsm-default.cfg --- functions/fn_serverconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_serverconfig b/functions/fn_serverconfig index 72b19a3fe..e868c956e 100644 --- a/functions/fn_serverconfig +++ b/functions/fn_serverconfig @@ -49,9 +49,9 @@ echo "=================================" sleep 1 cd "${servercfgdir}" if [ "${gamename}" == "ARMA 3" ]; then - wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/Arma3/cfg/lgsm-config.cfg + wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/Arma3/cfg/lgsm-default.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 + wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/CounterStrikeSource/cfg/lgsm-default.cfg fn_sourceconfig fi \ No newline at end of file