wantotpserver

This commit is contained in:
Jason Persampieri 2004-12-28 22:17:25 +00:00
parent a9f7756ba6
commit ec81eaf841

View File

@ -160,6 +160,7 @@ class DistributedObjectAI(DirectObject.DirectObject):
return 'DOLogicalChangeZone-%s' % self.doId return 'DOLogicalChangeZone-%s' % self.doId
def handleZoneChange(self, newParentId, newZoneId, oldParentId, oldZoneId): def handleZoneChange(self, newParentId, newZoneId, oldParentId, oldZoneId):
if wantOtpServer:
assert oldParentId == self.parentId assert oldParentId == self.parentId
##assert oldZoneId == self.zoneId ##assert oldZoneId == self.zoneId
self.parentId = newParentId self.parentId = newParentId