Fixed more cleanup of Attibute/Tag/Nick/Permission handlers when object is deleted.

This commit is contained in:
Griatch 2014-04-20 16:47:03 +02:00
parent f521b8129e
commit 972e47e66c
2 changed files with 20 additions and 6 deletions

View file

@ -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