Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 25, 2023
1 parent c15907f commit d0878a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/modules/fix_steamcmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ elif [ "${shortname}" == "bd" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "bmdm" ]; then
fn_fix_steamclient_so "32" "${serverfiles}/bin/steamclient.so"
fn_fix_steamclient_so "32" "${serverfiles}/bin"
elif [ "${shortname}" == "bo" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
Expand Down

0 comments on commit d0878a8

Please sign in to comment.