mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Some cleanup code fixes.
This commit is contained in:
parent
ec54de4797
commit
792b3c9282
6 changed files with 10 additions and 67 deletions
|
|
@ -184,4 +184,5 @@ class ScriptDB(TypedObject):
|
|||
if self.delete_iter > 0:
|
||||
return
|
||||
self.delete_iter += 1
|
||||
_GA(self, "attributes").clear()
|
||||
super(ScriptDB, self).delete()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue