Răsfoiți Sursa

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 2 ani în urmă
părinte
comite
9cd5abdbf5
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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"