mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Changed object.search() to include nick-matching by default.
This commit is contained in:
parent
3430aa9eae
commit
bc8e27fea6
2 changed files with 3 additions and 3 deletions
|
|
@ -243,7 +243,7 @@ class ObjectDB(TypedObject):
|
|||
|
||||
def search(self, searchdata,
|
||||
global_search=False,
|
||||
use_nicks=False,
|
||||
use_nicks=True, # should this default to off?
|
||||
typeclass=None,
|
||||
location=None,
|
||||
attribute_name=None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue