Browse Source

add required queryPacketHeader prefix

upgrade-xash3d-protocol
ghost 11 months ago
parent
commit
6c79d3fd29
  1. 2
      protocol.py

2
protocol.py

@ -9,7 +9,7 @@ class MasterProtocol: @@ -9,7 +9,7 @@ class MasterProtocol:
# Master To Client
# queryPacketHeader = b'\xff\xff\xff\xff\x66\x0a'
queryPacketHeader = b'\x7f\x0a'
queryPacketHeader = b'\xff\xff\xff\xff\x7f\x0a'
# Master To Server
challengePacketHeader = b'\xff\xff\xff\xff\x73\x0a'

Loading…
Cancel
Save