Browse Source

fix: remove ini config for now

pull/4590/head
Intel44 1 year ago
parent
commit
757f91682b
  1. 10
      lgsm/modules/install_config.sh

10
lgsm/modules/install_config.sh

@ -702,10 +702,12 @@ elif [ "${shortname}" == "sf" ]; then
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "sm" ]; then
array_configs+=(Engine.ini)
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
# array_configs+=(Engine.ini)
# fn_fetch_default_config
# fn_default_config_remote
# fn_set_config_vars
# fn_list_config_locations
fn_default_config_local
fn_list_config_locations
elif [ "${shortname}" == "sol" ]; then
array_configs+=(soldat.ini)

Loading…
Cancel
Save