Skip to content

Commit 588453a

Browse files
authored
fix(cd): add config install (#3726)
1 parent 1c603b7 commit 588453a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lgsm/functions/install_config.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,13 @@ elif [ "${shortname}" == "bmdm" ]; then
274274
fn_default_config_remote
275275
fn_set_config_vars
276276
fn_list_config_locations
277+
elif [ "${shortname}" == "cd" ]; then
278+
gamedirname="CraftingDead"
279+
array_configs+=( properties.json )
280+
fn_fetch_default_config
281+
fn_default_config_remote
282+
fn_set_config_vars
283+
fn_list_config_locations
277284
elif [ "${shortname}" == "cod" ]; then
278285
gamedirname="CallOfDuty"
279286
array_configs+=( server.cfg )

0 commit comments

Comments
 (0)