*** empty log message ***

This commit is contained in:
Dave Schuyler 2005-06-10 00:15:31 +00:00
parent 8fd5a5147d
commit 0f5ca805f3

View File

@ -356,7 +356,8 @@ 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:
self.air.storeObjectLocation(self.doId, self.parentId, self.zoneId)
if wantOtpServer:
def generateInit(self, repository=None):