Christian
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
0 deletions
-
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 ) |
|
|
|