فهرست منبع

Added BB2 to GSLT

Daniel Gibbs 10 سال پیش
والد
کامیت
020a153c79
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      functions/command_install.sh

+ 1 - 3
functions/command_install.sh

@@ -30,11 +30,9 @@ fix.sh
 install_logs.sh
 install_logs.sh
 install_gsquery.sh
 install_gsquery.sh
 install_config.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
 	install_gslt.sh
 elif [ "${gamename}" == "Teamspeak 3" ]; then
 elif [ "${gamename}" == "Teamspeak 3" ]; then
 	install_ts3db.sh
 	install_ts3db.sh
-elif [ "${gamename}" == "Team Fortress 2" ]; then
-	install_gslt.sh
 fi
 fi
 install_complete.sh
 install_complete.sh