fixed doHeirarchy

This commit is contained in:
Darren Ranalli 2005-06-08 00:07:32 +00:00
parent 316be45a48
commit 4ee8b0a07f
2 changed files with 3 additions and 0 deletions

View File

@ -193,6 +193,8 @@ class DistributedObject(PandaObject):
"""
assert self.notify.debugStateCall(self)
self.activeState = ESGenerating
# this has already been set at this point
#self.cr.storeObjectLocation(self.doId, self.parentId, self.zoneId)
def generateInit(self):
"""

View File

@ -355,6 +355,7 @@ class DistributedObjectAI(DirectObject.DirectObject):
other networked info in this function.
"""
assert self.notify.debugStateCall(self)
self.air.storeObjectLocation(self.doId, self.parentId, self.zoneId)
if wantOtpServer:
def generateInit(self, repository=None):