Added new handler calls to all typeclassed objects
This commit is contained in:
parent
641633a0d4
commit
617d0a3252
4 changed files with 9 additions and 9 deletions
|
|
@ -114,9 +114,9 @@ class PlayerDB(TypedObject, AbstractUser):
|
|||
_SA(self, "cmdset", CmdSetHandler(self))
|
||||
_GA(self, "cmdset").update(init_mode=True)
|
||||
_SA(self, "attributes", AttributeHandler(self))
|
||||
_SA(self, "tags", TagHandler(self, category_prefix="player_"))
|
||||
_SA(self, "aliases", AliasHandler(self, category_prefix="player_"))
|
||||
_SA(self, "nicks", NickHandler(self))
|
||||
_SA(self, "tags", TagHandler(self))
|
||||
_SA(self, "aliases", AliasHandler(self))
|
||||
|
||||
# alias to the objs property
|
||||
def __characters_get(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue