ソースを参照

fix(sol): update query mode

The query mode has been changed from "4" (gsquery) to "5" (tcp) in the solserver configuration file. Additionally, the query type has been cleared. This ensures that the server uses TCP for querying and removes any specific query type.
Daniel Gibbs 2 年 前
コミット
7b115fe07a
1 ファイル変更2 行追加2 行削除
  1. 2 2
      lgsm/config-default/config-lgsm/solserver/_default.cfg

+ 2 - 2
lgsm/config-default/config-lgsm/solserver/_default.cfg

@@ -141,8 +141,8 @@ stopmode="2"
 # 3: gamedig
 # 4: gsquery
 # 5: tcp
-querymode="4"
-querytype="soldat"
+querymode="5"
+querytype=""
 
 ## Console type
 consoleverbose="yes"