From 8ee871452ec8a0721f36be7044dcc151388e8bdb Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 9 Dec 2015 22:00:31 +0000 Subject: [PATCH] added GSLT to installer --- functions/fn_install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/fn_install b/functions/fn_install index e3150860a..55499a401 100644 --- a/functions/fn_install +++ b/functions/fn_install @@ -32,7 +32,10 @@ fn_install_logs fn_install_gsquery fn_install_config if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then + fn_install_gslt fn_csgofix +elif [ "${gamename}" == "Team Fortress 2" ]; then + fn_install_gslt elif [ "${gamename}" == "Killing Floor" ]; then fn_install_kffix elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then