11
11
import sys
12
12
13
13
engine_types = ('protocol-valve' , 'protocol-quake2' , 'protocol-quake3' , 'protocol-gamespy1' ,
14
- 'protocol-unreal2' , 'ut3' , 'minecraft' , 'minecraftbe' , 'jc2mp ' , 'mumbleping' , 'soldat' , 'teeworlds' )
14
+ 'protocol-unreal2' , 'ut3' , 'minecraft' , 'minecraftbe' , 'jc2m ' , 'mumbleping' , 'soldat' , 'teeworlds' )
15
15
16
16
17
17
class gsquery :
@@ -23,7 +23,7 @@ class gsquery:
23
23
idtech3query = ('protocol-quake3' , 'iw3.0' , 'ioquake3' , 'qfusion' )
24
24
minecraftquery = ('minecraft' , 'lwjgl2' )
25
25
minecraftbequery = ('minecraftbe' )
26
- jc2mpquery = ('jc2mp ' )
26
+ jc2mquery = ('jc2m ' )
27
27
mumblequery = ('mumbleping' )
28
28
soldatquery = ('soldat' )
29
29
twquery = ('teeworlds' )
@@ -40,7 +40,7 @@ def __init__(self, arguments):
40
40
self .query_prompt_string = b'\xff \xff \xff \xff status\x00 '
41
41
elif self .argument .engine in self .idtech3query :
42
42
self .query_prompt_string = b'\xff \xff \xff \xff getstatus'
43
- elif self .argument .engine in self .jc2mpquery :
43
+ elif self .argument .engine in self .jc2mquery :
44
44
self .query_prompt_string = b'\xFE \xFD \x09 \x10 \x20 \x30 \x40 '
45
45
elif self .argument .engine in self .minecraftquery :
46
46
self .query_prompt_string = b'\xFE \xFD \x09 \x3d \x54 \x1f \x93 '
0 commit comments