mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user