mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 18:26:32 +01:00
* Merged in wipe-command branch into trunk (mking)
This commit is contained in:
parent
e94601dd7b
commit
d2115991f8
2 changed files with 42 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ class Object(models.Model):
|
|||
"""
|
||||
attribs = self.get_all_attributes()
|
||||
for attrib in attribs:
|
||||
self.delete()
|
||||
attrib.delete()
|
||||
|
||||
def destroy(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue