mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
crash on duplicate owner generate
This commit is contained in:
parent
4187bbd8bf
commit
ba790dbba1
@ -426,6 +426,8 @@ class ClientRepositoryBase(ConnectionRepository):
|
||||
if self.doId2ownerView.has_key(doId):
|
||||
# ...it is in our dictionary.
|
||||
# Just update it.
|
||||
self.notify.error('duplicate owner generate for %s (%s)' % (
|
||||
doId, dclass.getName()))
|
||||
distObj = self.doId2ownerView[doId]
|
||||
assert distObj.dclass == dclass
|
||||
distObj.generate()
|
||||
|
Loading…
x
Reference in New Issue
Block a user