Browse Source

changed to elif

pull/575/head
Daniel Gibbs 9 years ago
parent
commit
7533688694
  1. 4
      functions/fn_start

4
functions/fn_start

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

Loading…
Cancel
Save