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