From be703876dab1b7549040d7fe797d2a503f5c97ad Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 24 Nov 2023 22:26:19 +0000 Subject: [PATCH] bug --- lgsm/modules/fix_steamcmd.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lgsm/modules/fix_steamcmd.sh b/lgsm/modules/fix_steamcmd.sh index 9d9464c28c..3f15c18911 100644 --- a/lgsm/modules/fix_steamcmd.sh +++ b/lgsm/modules/fix_steamcmd.sh @@ -145,7 +145,7 @@ fi if [ "${shortname}" == "ahl" ]; then fn_fix_steamclient_so "32" "${serverfiles}" fn_fix_steamclient_so "64" "${serverfiles}/linux64" -if [ "${shortname}" == "ahl2" ]; then +elif [ "${shortname}" == "ahl2" ]; then fn_fix_steamclient_so "32" "${serverfiles}/bin" elif [ "${shortname}" == "ark" ]; then fn_fix_steamclient_so "32" "${serverfiles}" @@ -179,8 +179,6 @@ elif [ "${shortname}" == "btl" ]; then fn_fix_steamclient_so "64" "${serverfiles}/linux64" elif [ "${shortname}" == "ck" ]; then fn_fix_steamclient_so "64" "${serverfiles}/linux64" -elif [ "${shortname}" == "cod4" ]; then - fn_fix_steamclient_so "32" "${serverfiles}" elif [ "${shortname}" == "col" ]; then fn_fix_steamclient_so "32" "${serverfiles}" fn_fix_steamclient_so "64" "${serverfiles}/linux64"