mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update naming scheme in search for the sake of the API.
This commit is contained in:
parent
506c5c6d39
commit
b46bc9b2aa
1 changed files with 0 additions and 1 deletions
|
|
@ -236,7 +236,6 @@ def search_object_by_tag(key=None, category=None):
|
|||
"""
|
||||
return ObjectDB.objects.get_by_tag(key=key, category=category)
|
||||
search_tag = search_object_by_tag # this is the most common case
|
||||
search_object_by_tag = search_tag
|
||||
def search_player_tag(key=None, category=None):
|
||||
"""
|
||||
Find player based on tag or category.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue