Browse Source

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
pull/4257/head
Daniel Gibbs 2 years ago
parent
commit
9cd5abdbf5
  1. 4
      lgsm/config-default/config-lgsm/mhserver/_default.cfg

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

Loading…
Cancel
Save