Browse Source

Damn you autocomplete!!

pull/342/head
Daniel Gibbs 10 years ago
parent
commit
a48894fc67
  1. 2
      functions/fn_debug

2
functions/fn_debug

@ -56,7 +56,7 @@ if [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]; then
if [ "${gamename}" == "Insurgency" ]; then
fn_insfix
fi
${executable} ${parms} -fn_debug
${executable} ${parms} -debug
else
${executable} ${parms}
fi
Loading…
Cancel
Save