Browse Source

removed useless storeObjectLocation call

Darren Ranalli 19 years ago
parent
commit
be2de63f8d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/distributed/DistributedObjectAI.py

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

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