Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 24, 2023
1 parent 4143879 commit be70387
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lgsm/modules/fix_steamcmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit be70387

Please sign in to comment.