mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
New cluster-config dconfig variable
This commit is contained in:
parent
3f3ce5a238
commit
c062798e47
@ -55,7 +55,7 @@ class MsgHandler:
|
||||
dgi = DatagramIterator(datagram)
|
||||
number = dgi.getUint32()
|
||||
type = dgi.getUint8()
|
||||
self.notify.info( ("Packet %d type %d recieved" % (number,type)) )
|
||||
self.notify.debug( ("Packet %d type %d recieved" % (number,type)) )
|
||||
return (type,dgi)
|
||||
|
||||
def blockingRead(self,qcr):
|
||||
|
Loading…
x
Reference in New Issue
Block a user