* Fix to console completion bug introduced by the last fix (from the oops
dept.)
This commit is contained in:
parent
56972c5c69
commit
9d0e643425
1 changed files with 1 additions and 1 deletions
|
@ -3141,7 +3141,7 @@ static qboolean Field_Complete( void )
|
||||||
int completionOffset;
|
int completionOffset;
|
||||||
|
|
||||||
if( matchCount == 0 )
|
if( matchCount == 0 )
|
||||||
return qfalse;
|
return qtrue;
|
||||||
|
|
||||||
completionOffset = strlen( completionField->buffer ) - strlen( completionString );
|
completionOffset = strlen( completionField->buffer ) - strlen( completionString );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue