Browse Source

bug(install): fix a typo breaking bf1942 install (#2541)

pull/2548/head
Frisasky 6 years ago
committed by Daniel Gibbs
parent
commit
67cfaf429e
  1. 2
      lgsm/functions/install_config.sh

2
lgsm/functions/install_config.sh

@ -199,7 +199,7 @@ elif [ "${shortname}" == "bt1944" ]; then
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
elif [ "${shortname}" == "bt1942" ]; then
elif [ "${shortname}" == "bf1942" ]; then
gamedirname="Battlefield1942"
array_configs+=( serversettings.con )
fn_fetch_default_config

Loading…
Cancel
Save