Browse Source

added back config vars for ark

pull/1243/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
8543ec7744
  1. 1
      lgsm/functions/install_config.sh

1
lgsm/functions/install_config.sh

@ -136,6 +136,7 @@ elif [ "${gamename}" == "ARK: Survivial Evolved" ]; then
array_configs+=( GameUserSettings.ini )
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
elif [ "${gamename}" == "ARMA 3" ]; then
gamedirname="Arma3"
fn_check_cfgdir

Loading…
Cancel
Save