Browse Source

fix(cd): add config install (#3726)

pull/3728/head
Christian 3 years ago
committed by GitHub
parent
commit
588453a43a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      lgsm/functions/install_config.sh

7
lgsm/functions/install_config.sh

@ -274,6 +274,13 @@ elif [ "${shortname}" == "bmdm" ]; then
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "cd" ]; then
gamedirname="CraftingDead"
array_configs+=( properties.json )
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "cod" ]; then
gamedirname="CallOfDuty"
array_configs+=( server.cfg )

Loading…
Cancel
Save