Browse Source
fix(vh): switch query mode to work on all networking backends (#4840)
pull/4849/head
Justin Turner Arthur
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
2 deletions
-
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" |
|
|
|
|