it is a hack until Roger and Schuyler/Darren reaches a new scheme on how to handle deletes

This commit is contained in:
Asad M. Zaman 2005-08-05 02:05:34 +00:00
parent cd99196f6e
commit 4f4dc15937
1 changed files with 3 additions and 1 deletions

View File

@ -125,7 +125,9 @@ class DistributedObjectAI(DirectObject):
if not hasattr(self, "doNotDeallocateChannel"):
if self.air:
self.air.deallocateChannel(self.doId)
self.air = None
# Asad: As per Roger's suggestion, turn off the following line until a solution is
# Thought out of how to prevent this delete message or to handle this message better
#self.air = None
if hasattr(self, 'parentId'):
del self.parentId
del self.zoneId