From 020a153c79007e558e4384885c33eff4c14418f0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 10 Jan 2016 00:45:55 +0000 Subject: [PATCH] Added BB2 to GSLT --- functions/command_install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/functions/command_install.sh b/functions/command_install.sh index 75e6c0060..b654410a2 100644 --- a/functions/command_install.sh +++ b/functions/command_install.sh @@ -30,11 +30,9 @@ fix.sh install_logs.sh install_gsquery.sh install_config.sh -if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then +if [ "${gamename}" == "Counter Strike: Global Offensive" ]||[ "${gamename}" == "Team Fortress 2" ]||[ "${gamename}" == "Brain Bread 2" ]; then install_gslt.sh elif [ "${gamename}" == "Teamspeak 3" ]; then install_ts3db.sh -elif [ "${gamename}" == "Team Fortress 2" ]; then - install_gslt.sh fi install_complete.sh