mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Fixed more cleanup of Attibute/Tag/Nick/Permission handlers when object is deleted.
This commit is contained in:
parent
f521b8129e
commit
972e47e66c
2 changed files with 20 additions and 6 deletions
|
|
@ -739,7 +739,6 @@ class ObjectDB(TypedObject):
|
|||
objects to their respective home locations, as well as clean
|
||||
up all exits to/from the object.
|
||||
"""
|
||||
print "object.delete() 1:", self
|
||||
global _ScriptDB
|
||||
if not _ScriptDB:
|
||||
from src.scripts.models import ScriptDB as _ScriptDB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue