From 68cfb0526506b9ad0f29cd76eb3a9862fed3f92d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 10 Aug 2016 17:57:35 +0100 Subject: [PATCH] added empires mod config --- lgsm/functions/install_config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index 281ddb87f..76e08b3d2 100644 --- a/lgsm/functions/install_config.sh +++ b/lgsm/functions/install_config.sh @@ -255,6 +255,8 @@ elif [ "${gamename}" == "Double Action: Boogaloo" ]; then wget -N /dev/null ${githuburl}/DoubleActionBoogaloo/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig +elif [ "${gamename}" == "Empires Mod" ]; then + fn_defaultconfig elif [ "${gamename}" == "Fistful of Frags" ]; then echo -e "downloading lgsm-default.cfg...\c" wget -N /dev/null ${githuburl}/FistfulOfFrags/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq