Преглед на файлове

Damn you autocomplete!!

Daniel Gibbs преди 11 години
родител
ревизия
a48894fc67
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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