Преглед изворни кода

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"