Преглед изворни кода

fix(query_gsquery): fix regression from 81998f73c7fcf4ae0155c6cc577f473f0fceed9d (#3966)

Christian пре 3 година
родитељ
комит
28101a7295
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lgsm/functions/query_gsquery.py

+ 1 - 1
lgsm/functions/query_gsquery.py

@@ -10,7 +10,7 @@ import argparse
 import socket
 import sys
 
-engine_types=('protocol-valve','protocol-quake3', 'protocol-quake3','protocol-gamespy1','protocol-unreal2','ut3 minecraft','minecraftbe','jc2mp','mumbleping','soldat','teeworlds')
+engine_types=('protocol-valve','protocol-quake3','protocol-quake3','protocol-gamespy1','protocol-unreal2','ut3','minecraft','minecraftbe','jc2mp','mumbleping','soldat','teeworlds')
 
 class gsquery:
     server_response_timeout = 5