mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
changed assert
This commit is contained in:
parent
aa7f3fb4c3
commit
523d0957d3
@ -214,7 +214,7 @@ class ClientRepository(ConnectionRepository):
|
|||||||
if wantOtpServer:
|
if wantOtpServer:
|
||||||
parentId = di.getUint32()
|
parentId = di.getUint32()
|
||||||
zoneId = di.getUint32()
|
zoneId = di.getUint32()
|
||||||
assert parentId == 4617 or parentId in self.doId2do
|
assert parentId == 4617 or parentId == 4618 or parentId in self.doId2do
|
||||||
# Get the class Id
|
# Get the class Id
|
||||||
classId = di.getUint16()
|
classId = di.getUint16()
|
||||||
# Get the DO Id
|
# Get the DO Id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user