浏览代码

removed useless storeObjectLocation call

Darren Ranalli 19 年之前
父节点
当前提交
be2de63f8d
共有 1 个文件被更改,包括 0 次插入1 次删除
  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.
         """
         assert self.notify.debugStateCall(self)
-        self.air.storeObjectLocation(self.doId, self.parentId, self.zoneId)
 
     def generateInit(self, repository=None):
         """