Fix bug in multi-object alias targeting. Resolves #1823

This commit is contained in:
Griatch 2019-06-03 07:01:03 +02:00
parent fb9c328c4b
commit eb30e39f1f
3 changed files with 7 additions and 5 deletions

View file

@ -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,