mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-28 06:52:35 +00:00
* 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…
Reference in a new issue