Skip to content

Commit 9cbe6e8

Browse files
committed
fix(install): correct if statement for Battalion 1944 installer
2 parents 316a2ba + 400fa25 commit 9cbe6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/functions/install_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ elif [ "${shortname}" == "bt" ]; then
186186
fn_fetch_default_config
187187
fn_default_config_remote
188188
fn_set_config_vars
189-
elif [ "${shortname}" == "Battalion 1944" ]; then
189+
elif [ "${shortname}" == "bt1944" ]; then
190190
gamedirname="Battalion1944"
191191
fn_check_cfgdir
192192
array_configs+=( DefaultGame.ini )

0 commit comments

Comments
 (0)