From 19f250e701da235e5080dadfc8afde67322bb927 Mon Sep 17 00:00:00 2001
From: Daniel Gibbs <me@danielgibbs.co.uk>
Date: Sat, 7 Oct 2017 15:02:37 +0100
Subject: [PATCH] Added KF2 fix

---
 lgsm/functions/fix.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh
index 5c03a8f32..2fd0d9bca 100644
--- a/lgsm/functions/fix.sh
+++ b/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