mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
prevent AI startup crash (and re-break doHeirarchy)
This commit is contained in:
parent
6275253811
commit
7080e735ef
@ -355,7 +355,8 @@ class DistributedObjectAI(DirectObject.DirectObject):
|
||||
other networked info in this function.
|
||||
"""
|
||||
assert self.notify.debugStateCall(self)
|
||||
self.air.storeObjectLocation(self.doId, self.parentId, self.zoneId)
|
||||
# we don't always have a parentId, e.g. DistributedAvatarManagerAI
|
||||
#self.air.storeObjectLocation(self.doId, self.parentId, self.zoneId)
|
||||
|
||||
if wantOtpServer:
|
||||
def generateInit(self, repository=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user