diff --git a/direct/src/distributed/DistributedObject.py b/direct/src/distributed/DistributedObject.py index 541a5458d4..14e4c617aa 100644 --- a/direct/src/distributed/DistributedObject.py +++ b/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