mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 07:57:16 +02:00
Some cleanup code fixes.
This commit is contained in:
parent
ec54de4797
commit
792b3c9282
6 changed files with 10 additions and 67 deletions
|
|
@ -1130,9 +1130,6 @@ class TypedObject(SharedMemoryModel):
|
|||
|
||||
def delete(self):
|
||||
"Cleaning up handlers on the typeclass level"
|
||||
_GA(self, "attributes").clear()
|
||||
_GA(self, "nicks").clear()
|
||||
_GA(self, "aliases").clear()
|
||||
_GA(self, "permissions").clear()
|
||||
super(TypedObject, self).delete()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue