Daniel Gibbs před 10 roky
rodič
revize
020a153c79
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1 3
      functions/command_install.sh

+ 1 - 3
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