Skip to content

Commit

Permalink
fix(query): correct quake query
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Feb 3, 2019
1 parent 06fd9d8 commit e060b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lgsm/functions/query_gsquery.py
Expand Up @@ -18,8 +18,8 @@ def __init__(self, options, arguments):
self.default_buffer_length = 1024
#
sourcequery=[ 'avalanche3.0','madness','quakelive','realvirtuality','refractor','source','goldsource','spark','starbound','unity3d', 'unreal4', 'wurm' ]
idtech3query=['idtech3','quake','iw3.0']
idtech2query=['idtech2','iw2.0']
idtech3query=['idtech3','iw3.0']
idtech2query=['idtech2','quake','iw2.0']
minecraftquery=['minecraft','lwjgl2']
if self.option.engine in sourcequery:
self.query_prompt_string = b'\xFF\xFF\xFF\xFFTSource Engine Query\0'
Expand Down

0 comments on commit e060b65

Please sign in to comment.