mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
wantotpserver
This commit is contained in:
parent
a9f7756ba6
commit
ec81eaf841
@ -160,6 +160,7 @@ class DistributedObjectAI(DirectObject.DirectObject):
|
||||
return 'DOLogicalChangeZone-%s' % self.doId
|
||||
|
||||
def handleZoneChange(self, newParentId, newZoneId, oldParentId, oldZoneId):
|
||||
if wantOtpServer:
|
||||
assert oldParentId == self.parentId
|
||||
##assert oldZoneId == self.zoneId
|
||||
self.parentId = newParentId
|
||||
|
Loading…
x
Reference in New Issue
Block a user