From 7533688694c94c0e2ae539fb05df1938965cf7d7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 20 Dec 2015 18:27:07 +0000 Subject: [PATCH] changed to elif --- functions/fn_start | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_start b/functions/fn_start index e52903f55..a20ff27f1 100644 --- a/functions/fn_start +++ b/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