소스 검색

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