mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 15:07:16 +02:00
Fix bug in multi-object alias targeting. Resolves #1823
This commit is contained in:
parent
fb9c328c4b
commit
eb30e39f1f
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