From 22481fe75225c17153959087f13a2d830b2822ea Mon Sep 17 00:00:00 2001 From: Vincent Le Goff Date: Sun, 6 Jan 2019 21:27:19 +0100 Subject: [PATCH] Fix a slight error in search with candidates --- evennia/objects/objects.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index e4b0b80639..8cc4c4e3d0 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -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: