sendSetLOcation from setLocation

This commit is contained in:
Samir Naik 2005-03-04 04:23:21 +00:00
parent d10e287d72
commit 2e5a15c145

View File

@ -140,8 +140,8 @@ class DistributedObjectAI(DirectObject.DirectObject):
self.air.addInterest(self.getDoId(), zoneId, note, event)
def setLocation(self, parentId, zoneId):
# The store must run first so we know the old location
self.air.setLocation(self.doId, parentId, zoneId)
# The store must run first so we know the old location
self.air.sendSetLocation(self, parentId, zoneId)
if 0: # this is untested: