Explorar el Código

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 hace 2 años
padre
commit
7b115fe07a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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"