diff --git a/direct/src/distributed/DistributedObjectAI.py b/direct/src/distributed/DistributedObjectAI.py index 0adf3913a4..5fa43da432 100644 --- a/direct/src/distributed/DistributedObjectAI.py +++ b/direct/src/distributed/DistributedObjectAI.py @@ -149,7 +149,8 @@ class DistributedObjectAI(DirectObject.DirectObject): def handleLogicalZoneChange(self, newZoneId, oldZoneId): """this function gets called as if we never go through the - quiet zone""" + quiet zone. Note that it is called once you reach the newZone, + and not at the time that you leave the oldZone.""" messenger.send(self.getLogicalZoneChangeEvent(), [newZoneId, oldZoneId])