diff --git a/lgsm/modules/fix_steamcmd.sh b/lgsm/modules/fix_steamcmd.sh index e1df61b1e4..307909edcf 100644 --- a/lgsm/modules/fix_steamcmd.sh +++ b/lgsm/modules/fix_steamcmd.sh @@ -168,8 +168,18 @@ elif [ "${shortname}" == "cmw" ]; then fn_fix_steamclient_so "32" "${executabledir}/lib" elif [ "${shortname}" == "cs" ]; then fn_fix_steamclient_so "32" "${serverfiles}" +elif [ "${shortname}" == "cscz" ]; then + fn_fix_steamclient_so "64" "${serverfiles}/linux64" +elif [ "${shortname}" == "css" ]; then + fn_fix_steamclient_so "64" "${serverfiles}/linux64" elif [ "${shortname}" == "dab" ]; then fn_fix_steamclient_so "32" "${serverfiles}/bin" +elif [ "${shortname}" == "dayz" ]; then + fn_fix_steamclient_so "64" "${serverfiles}" +elif [ "${shortname}" == "dmc" ]; then + fn_fix_steamclient_so "64" "${serverfiles}/linux64" +elif [ "${shortname}" == "dodr" ]; 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"