Browse Source

add palworld

pull/4449/head
Armin 2 years ago
committed by GitHub
parent
commit
abe6f91ade
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      lgsm/modules/install_config.sh

6
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)

Loading…
Cancel
Save