瀏覽代碼

Added TF2 GSLT

Daniel Gibbs 10 年之前
父節點
當前提交
5546fa671e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      functions/fn_install

+ 2 - 0
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