From d1be95209edf7d0a6a52de4f1937ed4970c7675a Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Tue, 17 Jul 2007 19:16:53 +0000 Subject: [PATCH] "cleanup" --- direct/src/distributed/DoCollectionManager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/distributed/DoCollectionManager.py b/direct/src/distributed/DoCollectionManager.py index 77921e7f90..3a7cab21eb 100755 --- a/direct/src/distributed/DoCollectionManager.py +++ b/direct/src/distributed/DoCollectionManager.py @@ -199,8 +199,8 @@ class DoCollectionManager: "handleObjectLocation: doId: %s parentId: %s zoneId: %s"% (doId, parentId, zoneId)) # Let the object finish the job - obj.setLocation(parentId, zoneId) - #self.storeObjectLocation(doId, parentId, zoneId) + # calls storeObjectLocation() + obj.setLocation(parentId, zoneId) else: self.notify.warning( "handleObjectLocation: Asked to update non-existent obj: %s" % (doId))