Fix bug in multi-object alias targeting. Resolves #1823
This commit is contained in:
parent
e130ec2d6f
commit
08b0f3fbf8
3 changed files with 7 additions and 5 deletions
|
|
@ -466,6 +466,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
|||
candidates=candidates,
|
||||
exact=exact,
|
||||
use_dbref=use_dbref)
|
||||
|
||||
if quiet:
|
||||
return results
|
||||
return _AT_SEARCH_RESULT(results, self, query=searchdata,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue