mirror of
https://github.com/YGGverse/pymaster.git
synced 2025-02-01 01:24:12 +00:00
Oops, a stray whitespace
This commit is contained in:
parent
e5c9ae4f03
commit
cd29d57f41
@ -129,7 +129,7 @@ class PyMaster:
|
||||
self.sock.sendto(packet, addr)
|
||||
|
||||
def fakeInfoForOldVersions(self, gamedir, addr):
|
||||
def sendFakeInfo(sock, warnmsg, gamedir, addr):
|
||||
def sendFakeInfo(sock, warnmsg, gamedir, addr):
|
||||
baseReply = "\xff\xff\xff\xffinfo\n\host\\{0}\map\\update\dm\\0\\team\\0\coop\\0\\numcl\\32\maxcl\\32\\gamedir\{1}\\"
|
||||
reply = baseReply.format(warnmsg, gamedir)
|
||||
data = reply.encode( 'latin_1' )
|
||||
|
Loading…
x
Reference in New Issue
Block a user