4
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
9cd5abdbf5

+ 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"