Browse Source

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
Daniel Gibbs 8 năm trước cách đây
mục cha
commit
e123c9beac
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  1. 0 7
      lgsm/functions/install_config.sh

+ 0 - 7
lgsm/functions/install_config.sh

@@ -522,13 +522,6 @@ elif [ "${gamename}" == "Unreal Tournament 2004" ]; then
 	fn_fetch_default_config
 	fn_fetch_default_config
 	fn_default_config_remote
 	fn_default_config_remote
 	fn_set_config_vars
 	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
 elif [ "${gamename}" == "Unreal Tournament 99" ]; then
 	gamedirname="UnrealTournament99"
 	gamedirname="UnrealTournament99"
 	array_configs+=( Default.ini )
 	array_configs+=( Default.ini )