Explorar o código

Damn you autocomplete!!

Daniel Gibbs %!s(int64=11) %!d(string=hai) anos
pai
achega
a48894fc67
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/fn_debug

+ 1 - 1
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