Fixed player.search() to also move here/me/self wrappers to typeclass.
This commit is contained in:
parent
661eb0c23b
commit
59513e5c00
4 changed files with 36 additions and 28 deletions
|
|
@ -427,7 +427,7 @@ class ObjectDB(TypedObject):
|
|||
results = PlayerDB.objects.player_search(searchdata)
|
||||
if quiet:
|
||||
return results
|
||||
return _AT_SEARCH_RESULT(self, searchdata, results, True)
|
||||
return _AT_SEARCH_RESULT(self, searchdata, results, global_search=True)
|
||||
|
||||
#
|
||||
# Execution/action methods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue