Skip to content

Commit

Permalink
fix: update querymode in avserver config
Browse files Browse the repository at this point in the history
The querymode value in the avserver config file has been changed from 5 to 1. This change updates the method used for querying server information.
  • Loading branch information
dgibbs64 committed Jul 10, 2023
1 parent 6be6e95 commit 7ae2357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/config-default/config-lgsm/avserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ stopmode="10"
# 3: gamedig
# 4: gsquery
# 5: tcp
querymode="5"
querymode="1"
querytype=""

## Console type
Expand Down

0 comments on commit 7ae2357

Please sign in to comment.