Skip to content

Commit 9cd5abd

Browse files
committed
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
1 parent f43a846 commit 9cd5abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ stopmode="2"
145145
# 3: gamedig
146146
# 4: gsquery
147147
# 5: tcp
148-
querymode="2"
149-
querytype="protocol-valve"
148+
querymode="1"
149+
querytype=""
150150

151151
## Console type
152152
consoleverbose="yes"

0 commit comments

Comments
 (0)