diff --git a/lgsm/functions/query_gsquery.py b/lgsm/functions/query_gsquery.py index 3f8ec590b..e5dd40463 100644 --- a/lgsm/functions/query_gsquery.py +++ b/lgsm/functions/query_gsquery.py @@ -18,8 +18,8 @@ class gsquery: 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'