mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Fixed an issue with Object manager's is_dbref. Paging should be a lot more sound now too.
This commit is contained in:
parent
9246ce684f
commit
914628d385
4 changed files with 17 additions and 14 deletions
|
|
@ -183,7 +183,7 @@ class ObjectManager(models.Manager):
|
|||
"""
|
||||
Is the input a well-formed dbref number?
|
||||
"""
|
||||
util_object.is_dbref(dbstring)
|
||||
return util_object.is_dbref(dbstring)
|
||||
|
||||
def dbref_search(self, dbref_string, limit_types=False):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue