瀏覽代碼

Merge branch 'develop' into hotfix/v20.5.1

Daniel Gibbs 5 年之前
父節點
當前提交
6df8023286
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lgsm/functions/fix_steamcmd.sh

+ 2 - 0
lgsm/functions/fix_steamcmd.sh

@@ -79,6 +79,8 @@ elif [ "${shortname}" == "cmw" ]; then
 	fn_fix_steamclient_so "32" "${executabledir}/lib"
 elif [ "${shortname}" == "cs" ]; then
 	fn_fix_steamclient_so "32" "${serverfiles}"
+elif [ "${shortname}" == "ins" ]; then
+	fn_fix_steamclient_so "32" "${serverfiles}/bin"
 elif [ "${shortname}" == "pz" ]; then
 	fn_fix_steamclient_so "32" "${serverfiles}/linux32"
 	fn_fix_steamclient_so "64" "${serverfiles}/linux64"