瀏覽代碼

Added KF2 fix

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

+ 2 - 0
lgsm/functions/fix.sh

@@ -69,6 +69,8 @@ if [ "${function_selfname}" == "command_install.sh" ]; then
 		sleep 1
 	if [ "${gamename}" == "Killing Floor" ]; then
 		fix_kf.sh
+	elif [ "${gamename}" == "Killing Floor 2" ]; then
+		fix_kf2.sh
 	elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then
 		fix_ro.sh
 	elif [ "${gamename}" == "Unreal Tournament 2004" ]; then