From 5546fa671eb688965dc1ac40679d7d6d1218f741 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 9 Dec 2015 20:25:49 +0000 Subject: [PATCH] Added TF2 GSLT --- functions/fn_install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/fn_install b/functions/fn_install index fedda2e44..61a6f1088 100644 --- a/functions/fn_install +++ b/functions/fn_install @@ -34,6 +34,8 @@ fn_install_config if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then fn_csgofix fn_install_gslt +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