瀏覽代碼

changed to elif

Daniel Gibbs 10 年之前
父節點
當前提交
7533688694
共有 1 個文件被更改,包括 2 次插入2 次删除
  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