Browse Source

*** empty log message ***

Samir Naik 21 years ago
parent
commit
ebbbf50a2b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/distributed/DistributedObject.py

+ 2 - 0
direct/src/distributed/DistributedObject.py

@@ -345,6 +345,8 @@ class DistributedObject(PandaObject):
             # The store must run first so we know the old location
             #self.cr.storeObjectLocation(self.doId, parentId, zoneId)
             self.__location = (parentId, zoneId)
+            #if parentId != None and zoneId != None:
+            #    base.cr.sendSetLocation(self.doId, parentId, zoneId)
             
         def getLocation(self):
             return self.__location