소스 검색

fix(vh): switch query mode to work on all networking backends (#4840)

Justin Turner Arthur 6 달 전
부모
커밋
42bfe606b6
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 2
      lgsm/config-default/config-lgsm/vhserver/_default.cfg

+ 6 - 2
lgsm/config-default/config-lgsm/vhserver/_default.cfg

@@ -174,8 +174,12 @@ stopmode="2"
 # 3: gamedig
 # 4: gsquery
 # 5: tcp
-querymode="2"
-querytype="protocol-valve"
+querymode="1"
+querytype=""
+
+# Deeper monitoring is possible when the server is public and not using Crossplay:
+# querymode="2"
+# querytype="protocol-valve"
 
 ## Console type
 consoleverbose="yes"