mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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)
|
dgi = DatagramIterator(datagram)
|
||||||
number = dgi.getUint32()
|
number = dgi.getUint32()
|
||||||
type = dgi.getUint8()
|
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)
|
return (type,dgi)
|
||||||
|
|
||||||
def blockingRead(self,qcr):
|
def blockingRead(self,qcr):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user