Browse Source

typo in install_config

pull/2911/head
scott 5 years ago
parent
commit
b599739a66
  1. 2
      lgsm/functions/install_config.sh

2
lgsm/functions/install_config.sh

@ -563,7 +563,7 @@ elif [ "${shortname}" == "mta" ]; then
fn_fetch_default_config
fn_default_config_remote
fn_list_config_locations
elif [ "${shotname}" == "mofm"];then
elif [ "${shotname}" == "mofm" ];then
gamedirname="MemoriesofMars"
array_configs+=( DedicatedServerConfig.cfg)
fn_fetch_default_config

Loading…
Cancel
Save