mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 18:26:32 +01:00
Fix a slight error in search with candidates
This commit is contained in:
parent
c37a231948
commit
e54fb1c3d5
1 changed files with 1 additions and 0 deletions
|
|
@ -427,6 +427,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
|||
# only allow exact matching if searching the entire database
|
||||
# or unique #dbrefs
|
||||
exact = True
|
||||
candidates = None
|
||||
elif candidates is None:
|
||||
# no custom candidates given - get them automatically
|
||||
if location:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue