Explorar o código

refactor(mr): update querymode and querytype in _default.cfg

The commit updates the querymode to "1" and removes the value for querytype in the _default.cfg file. This change refactors the configuration related to querying game servers.

Mordhau query port no longer starts with the server. Disabling querying
Daniel Gibbs %!s(int64=2) %!d(string=hai) anos
pai
achega
9cd5abdbf5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lgsm/config-default/config-lgsm/mhserver/_default.cfg

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

@@ -145,8 +145,8 @@ stopmode="2"
 # 3: gamedig
 # 4: gsquery
 # 5: tcp
-querymode="2"
-querytype="protocol-valve"
+querymode="1"
+querytype=""
 
 ## Console type
 consoleverbose="yes"