Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 24, 2023
1 parent 1443117 commit f5a8730
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lgsm/modules/fix_steamcmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ elif [ "${shortname}" == "ats" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "av" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "bb" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "bb2" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "bd" ]; then
Expand Down Expand Up @@ -192,17 +194,22 @@ elif [ "${shortname}" == "dmc" ]; then
elif [ "${shortname}" == "dodr" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/Dragons/Binaries/Linux"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "dods" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "doi" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "dst" ]; then
fn_fix_steamclient_so "32" "${serverfiles}/bin/lib32"
fn_fix_steamclient_so "64" "${serverfiles}/bin64/lib64"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "dys" ]; then
fn_fix_steamclient_so "32" "${serverfiles}/linux32"
elif [ "${shortname}" == "eco" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "em" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "gmod" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "hldm" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
Expand Down

0 comments on commit f5a8730

Please sign in to comment.