mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Removed .typeclass and .dbobj references in codebase.
This commit is contained in:
parent
1130dc5757
commit
70da53569d
23 changed files with 60 additions and 127 deletions
|
|
@ -300,7 +300,7 @@ class ChannelDBManager(TypedObjectManager):
|
|||
"""
|
||||
Return all channels a given player is subscribed to
|
||||
"""
|
||||
return player.dbobj.subscription_set.all()
|
||||
return player.__dbclass__.subscription_set.all()
|
||||
|
||||
@returns_typeclass_list
|
||||
def channel_search(self, ostring, exact=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue