From e123c9beacef1680fece6efd864ff317bccce994 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 17 Sep 2017 17:31:58 +0100 Subject: [PATCH] Removed UT3 config download as causes server to fail starting UT3 server sees the dir already exists and then fails to copy all the config to the configdir --- lgsm/functions/install_config.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index 5b1b44c6e..cb37c8a30 100644 --- a/lgsm/functions/install_config.sh +++ b/lgsm/functions/install_config.sh @@ -522,13 +522,6 @@ elif [ "${gamename}" == "Unreal Tournament 2004" ]; then fn_fetch_default_config fn_default_config_remote fn_set_config_vars -elif [ "${gamename}" == "Unreal Tournament 3" ]; then - gamedirname="UnrealTournament3" - fn_check_cfgdir - array_configs+=( UTGame.ini UTWeb.ini ) - fn_fetch_default_config - fn_default_config_remote - fn_set_config_vars elif [ "${gamename}" == "Unreal Tournament 99" ]; then gamedirname="UnrealTournament99" array_configs+=( Default.ini )