Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 25, 2023
1 parent d0878a8 commit 52305af
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions lgsm/modules/fix_steamcmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,18 +261,30 @@ elif [ "${shortname}" == "hw" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "kf" ]; then
fn_fix_steamclient_so "32" "${serverfiles}/System/steamclient.so"
fn_fix_steamclient_so "32" "${serverfiles}/System"
elif [ "${shortname}" == "ins" ]; then
fn_fix_steamclient_so "32" "${serverfiles}/bin"
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "inss" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "ios" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "kf2" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "nmrih" ]; then
fn_fix_steamclient_so "32" "${serverfiles}/bin"
elif [ "${shortname}" == "ns" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "opfor" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "pz" ]; then
fn_fix_steamclient_so "32" "${serverfiles}/linux32"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "pvr" ]; then
fn_fix_steamclient_so "64" "${executabledir}"
elif [ "${shortname}" == "ss3" ]; then
fn_fix_steamclient_so "32" "${serverfiles}/Bin"
elif [ "${shortname}" == "ricochet" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "tu" ]; then
fn_fix_steamclient_so "64" "${executabledir}"
elif [ "${shortname}" == "unt" ]; then
Expand Down

0 comments on commit 52305af

Please sign in to comment.