mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Temporarily commented out hash test
This commit is contained in:
parent
fea7746011
commit
6f5da208c1
@ -182,13 +182,14 @@ class DistributedLevelAI(DistributedObjectAI.DistributedObjectAI,
|
||||
# client should not be connecting. Their entityTypeRegistry
|
||||
# is different from ours.
|
||||
srvHash = hash(self.levelSpec.entTypeReg)
|
||||
"""
|
||||
if srvHash != entTypeRegHash:
|
||||
self.sendUpdateToAvatarId(
|
||||
senderId, 'setSpecDeny',
|
||||
['EntityTypeRegistry hashes do not match! '
|
||||
'(server:%s, client:%s' % (srvHash, entTypeRegHash)])
|
||||
return
|
||||
|
||||
"""
|
||||
spec = None
|
||||
# don't need to hit disk if we're just sending 'None' over the wire
|
||||
useDisk = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user