mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 13:07:16 +02:00
Resolve merge conflict
This commit is contained in:
commit
7fc74f3d2e
2 changed files with 7 additions and 9 deletions
|
|
@ -432,6 +432,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue