From 07f163f56716059d700c4be56b361f43447dbcda Mon Sep 17 00:00:00 2001 From: Justin Turner Arthur Date: Sat, 25 Oct 2025 17:13:22 -0500 Subject: [PATCH] fix(vh): switch query mode to work on all networking backends --- lgsm/config-default/config-lgsm/vhserver/_default.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lgsm/config-default/config-lgsm/vhserver/_default.cfg b/lgsm/config-default/config-lgsm/vhserver/_default.cfg index b027d0fca..76bed1890 100644 --- a/lgsm/config-default/config-lgsm/vhserver/_default.cfg +++ b/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"