Browse Source

update install config

pull/3995/head
crawforc3 3 years ago
parent
commit
5f8361f075
  1. 3
      lgsm/functions/install_config.sh

3
lgsm/functions/install_config.sh

@ -636,7 +636,10 @@ elif [ "${shortname}" == "pz" ]; then
fn_list_config_locations fn_list_config_locations
elif [ "${shortname}" == "nec" ]; then elif [ "${shortname}" == "nec" ]; then
gamedirname="Necesse" gamedirname="Necesse"
fn_default_config_local
fn_set_config_vars
fn_list_config_locations fn_list_config_locations
elif [ "${shortname}" == "pc" ]; then elif [ "${shortname}" == "pc" ]; then
gamedirname="ProjectCars" gamedirname="ProjectCars"
array_configs+=(server.cfg) array_configs+=(server.cfg)

Loading…
Cancel
Save