瀏覽代碼

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 年之前
父節點
當前提交
9cd5abdbf5
共有 1 個文件被更改,包括 2 次插入2 次删除
  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"