Daniel Gibbs před 10 roky
rodič
revize
7533688694
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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