|
|
@ -352,6 +352,15 @@ elif [ "${shortname}" == "css" ]; then |
|
|
|
fn_default_config_remote |
|
|
|
fn_set_config_vars |
|
|
|
fn_list_config_locations |
|
|
|
elif [ "${shortname}" == "DayZ" ]; then |
|
|
|
gamedirname="DayZ" |
|
|
|
fn_check_cfgdir |
|
|
|
array_configs+=( server.cfg ) |
|
|
|
# fn_fetch_default_config |
|
|
|
# fn_default_config_remote |
|
|
|
fn_default_config_local |
|
|
|
fn_set_config_vars |
|
|
|
fn_list_config_locations |
|
|
|
elif [ "${shortname}" == "dod" ]; then |
|
|
|
gamedirname="DayOfDefeat" |
|
|
|
array_configs+=( server.cfg ) |
|
|
|