Browse Source

fix: install config

pull/4518/head
Cristopfer Luis 1 year ago
parent
commit
21eb3cb625
  1. 8
      lgsm/modules/install_config.sh

8
lgsm/modules/install_config.sh

@ -496,12 +496,8 @@ elif [ "${shortname}" == "hl2dm" ]; then
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "hz" ]; then
fn_check_cfgdir
array_configs+=(GameUserSettings.ini)
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
# Config is generated on first run
:
elif [ "${shortname}" == "ins" ]; then
array_configs+=(server.cfg)
fn_fetch_default_config

Loading…
Cancel
Save