Explorar el Código

Damn you autocomplete!!

Daniel Gibbs hace 11 años
padre
commit
a48894fc67
Se han modificado 1 ficheros con 1 adiciones y 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