mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
1ccc5e620a
commit
8156605901
@ -284,5 +284,9 @@ class ClientRepository(DirectObject.DirectObject):
|
|||||||
cdc.sendUpdate(self, do, fieldName, args)
|
cdc.sendUpdate(self, do, fieldName, args)
|
||||||
|
|
||||||
def send(self, datagram):
|
def send(self, datagram):
|
||||||
|
#if self.notify.getDebug():
|
||||||
|
# print "ClientRepository sending datagram:"
|
||||||
|
# datagram.dumpHex(ostream)
|
||||||
|
|
||||||
self.cw.send(datagram, self.tcpConn)
|
self.cw.send(datagram, self.tcpConn)
|
||||||
return None
|
return None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user