From 8b46518892aa00df91f825d527d242b2c8017ce5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 15 Dec 2014 01:28:41 +0000 Subject: [PATCH] corrected SS3 config dir --- functions/fn_serverconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fn_serverconfig b/functions/fn_serverconfig index fb44db982..4b178a927 100644 --- a/functions/fn_serverconfig +++ b/functions/fn_serverconfig @@ -211,7 +211,7 @@ elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then echo "lgsm-default.cfg not required." fn_unreal2config elif [ "${gamename}" == "Serious Sam 3: BFE" ]; then - wget --no-check-certificate -nv -N https://github.com/dgibbs64/linuxgameservers/blob/master/SeriousSam3BFE/cfg/lgsm-default.ini + wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/SeriousSam3BFE/cfg/lgsm-default.ini fn_serious3config elif [ "${gamename}" == "Team Fortress 2" ]; then wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/TeamFortress2/cfg/lgsm-default.cfg