Browse Source

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

pull/4840/head
Justin Turner Arthur 7 months ago
parent
commit
07f163f567
  1. 8
      lgsm/config-default/config-lgsm/vhserver/_default.cfg

8
lgsm/config-default/config-lgsm/vhserver/_default.cfg

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

Loading…
Cancel
Save