Armin
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
0 deletions
-
lgsm/modules/install_config.sh
|
|
@ -604,6 +604,12 @@ elif [ "${shortname}" == "pvkii" ]; then |
|
|
|
fn_default_config_remote |
|
|
|
fn_set_config_vars |
|
|
|
fn_list_config_locations |
|
|
|
elif [ "${shortname}" == "pw" ]; then |
|
|
|
array_configs+=(PalWorldSettings.ini) |
|
|
|
fn_fetch_default_config |
|
|
|
fn_default_config_remote |
|
|
|
fn_set_config_vars |
|
|
|
fn_list_config_locations |
|
|
|
elif [ "${shortname}" == "pz" ]; then |
|
|
|
fn_check_cfgdir |
|
|
|
array_configs+=(server.ini) |
|
|
|