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
|
|
@ -143,9 +143,9 @@ class ObjectDB(TypedObject):
|
|||
_GA(self, "cmdset").update(init_mode=True)
|
||||
_SA(self, "scripts", ScriptHandler(self))
|
||||
_SA(self, "attributes", AttributeHandler(self))
|
||||
_SA(self, "tags", TagHandler(self, category_prefix="object"))
|
||||
_SA(self, "aliases", AliasHandler(self, category_prefix="object"))
|
||||
_SA(self, "nicks", NickHandler(self))
|
||||
_SA(self, "tags", TagHandler(self))
|
||||
_SA(self, "aliases", AliasHandler(self))
|
||||
# make sure to sync the contents cache when initializing
|
||||
#_GA(self, "contents_update")()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue