Explorar o código

prevent AI startup crash (and re-break doHeirarchy)

Darren Ranalli %!s(int64=20) %!d(string=hai) anos
pai
achega
7080e735ef
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      direct/src/distributed/DistributedObjectAI.py

+ 2 - 1
direct/src/distributed/DistributedObjectAI.py

@@ -355,7 +355,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)
+        # we don't always have a parentId, e.g. DistributedAvatarManagerAI
+        #self.air.storeObjectLocation(self.doId, self.parentId, self.zoneId)
 
     if wantOtpServer:
         def generateInit(self, repository=None):