Procházet zdrojové kódy

Removed KF2 config download as causes server to fail starting

Daniel Gibbs před 8 roky
rodič
revize
dff0ac440d
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0 6
      lgsm/functions/install_config.sh

+ 0 - 6
lgsm/functions/install_config.sh

@@ -342,12 +342,6 @@ elif [ "${gamename}" == "Killing Floor" ]; then
 	fn_fetch_default_config
 	fn_default_config_remote
 	fn_set_config_vars
-elif [ "${gamename}" == "Killing Floor 2" ]; then
-	gamedirname="KillingFloor2"
-	array_configs+=( LinuxServer-KFGame.ini LinuxServer-KFEngine.ini KFWeb.ini )
-	fn_fetch_default_config
-	fn_default_config_remote
-	fn_set_config_vars
 elif [ "${gamename}" == "Left 4 Dead" ]; then
 	gamedirname="Left4Dead"
 	array_configs+=( server.cfg )