Browse Source

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 năm trước cách đây
mục cha
commit
7b115fe07a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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"