Explorar el Código

Removed KF2 config download as causes server to fail starting

Daniel Gibbs hace 8 años
padre
commit
dff0ac440d
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  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 )