Explorar el Código

Fixed ZPS config installation

Marvin Lehmann hace 8 años
padre
commit
6131a58609
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      lgsm/functions/install_config.sh

+ 6 - 0
lgsm/functions/install_config.sh

@@ -528,4 +528,10 @@ elif [ "${gamename}" == "Wolfenstein: Enemy Territory" ]; 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}" == "Zombie Panic! Source" ]; then
+	gamedirname="ZombiePanicSource"
+	array_configs+=( server.cfg )
+	fn_fetch_default_config
+	fn_default_config_remote
+	fn_set_config_vars
 fi
 fi