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

This commit is contained in:
Griatch 2019-06-03 07:01:03 +02:00
parent e130ec2d6f
commit 08b0f3fbf8
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,