From e088d31e98c9bf09cfee63f7fed26109da76341a Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Tue, 24 Apr 2007 01:49:51 +0000 Subject: [PATCH] "copy/paste bug fix" --- direct/src/distributed/DoCollectionManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/distributed/DoCollectionManager.py b/direct/src/distributed/DoCollectionManager.py index 3c836b35d0..70f029a7a4 100755 --- a/direct/src/distributed/DoCollectionManager.py +++ b/direct/src/distributed/DoCollectionManager.py @@ -199,7 +199,7 @@ class DoCollectionManager: "handleObjectLocation: doId: %s parentId: %s zoneId: %s"% (doId, parentId, zoneId)) # Let the object finish the job - if hasattr(distObj, 'checkFFparentId'): + if hasattr(obj, 'checkFFparentId'): obj.checkFFparentId(parentId) obj.setLocation(parentId, zoneId) #self.storeObjectLocation(doId, parentId, zoneId)