Просмотр исходного кода

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

Frisasky 6 лет назад
Родитель
Сommit
67cfaf429e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/install_config.sh

+ 1 - 1
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