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 if [ "${gamename}" == "Insurgency" ]; then
fn_insfix fn_insfix
fi fi
${executable} ${parms} -fn_debug ${executable} ${parms} -debug
else else
${executable} ${parms} ${executable} ${parms}
fi fi
Loading…
Cancel
Save