Daniel Gibbs 9 年之前
父節點
當前提交
000bfc6985
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/functions/gsquery.py

+ 1 - 1
lgsm/functions/gsquery.py

@@ -29,7 +29,7 @@ class GameServer:
         elif self.option.engine == 'iw2.0':
             self.query_prompt_string = b'\xff\xff\xff\xffgetstatus'
         elif self.option.engine == 'iw3.0':
-            self.query_prompt_string = b'\xff\xff\xff\xffgetstatus'            
+            self.query_prompt_string = b'\xff\xff\xff\xffgetstatus'
         elif self.option.engine == 'quake':
             self.query_prompt_string = b'\xff\xff\xff\xffstatus\x00'
         elif self.option.engine == 'quakelive':