Browse Source

Typo: Survivial > Survival

pull/1243/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
43a924a124
  1. 2
      lgsm/functions/install_config.sh

2
lgsm/functions/install_config.sh

@ -130,7 +130,7 @@ if [ "${gamename}" == "7 Days To Die" ]; then
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
elif [ "${gamename}" == "ARK: Survivial Evolved" ]; then
elif [ "${gamename}" == "ARK: Survival Evolved" ]; then
gamedirname="ARKSurvivalEvolved"
fn_check_cfgdir
array_configs+=( GameUserSettings.ini )

Loading…
Cancel
Save