Kaynağa Gözat

changed to elif

Daniel Gibbs 10 yıl önce
ebeveyn
işleme
7533688694
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      functions/fn_start

+ 2 - 2
functions/fn_start

@@ -80,10 +80,10 @@ fn_check_logs
 if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then
 	startfix=1
 	fn_csgofix
-fi
-if [ "${gamename}" == "Insurgency" ]; then
+elif [ "${gamename}" == "Insurgency" ]; then
 	fn_insfix
 fi
+
 fn_details_config
 fn_parms
 fn_logs