Просмотр исходного кода

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 лет назад
Родитель
Сommit
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"