Browse Source

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

pull/3745/head
Christian 3 years ago
committed by GitHub
parent
commit
28101a7295
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/query_gsquery.py

2
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

Loading…
Cancel
Save