Browse Source

Fixed ZPS config installation

pull/1662/head
Marvin Lehmann 8 years ago
parent
commit
6131a58609
  1. 6
      lgsm/functions/install_config.sh

6
lgsm/functions/install_config.sh

@ -528,4 +528,10 @@ elif [ "${gamename}" == "Wolfenstein: Enemy Territory" ]; then
fn_fetch_default_config
fn_default_config_remote
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

Loading…
Cancel
Save