Fix console tab autocomplete for exec and condump on pure servers, patch by Zack Middleton
This commit is contained in:
parent
48aef31d9e
commit
614f315ce8
7 changed files with 15 additions and 15 deletions
|
@ -309,7 +309,7 @@ Cmd_CompleteTxtName
|
|||
*/
|
||||
void Cmd_CompleteTxtName( char *args, int argNum ) {
|
||||
if( argNum == 2 ) {
|
||||
Field_CompleteFilename( "", "txt", qfalse );
|
||||
Field_CompleteFilename( "", "txt", qfalse, qtrue );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue