File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
config-default/config-lgsm/avserver Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ stopmode="10"
137
137
# 3: gamedig
138
138
# 4: gsquery
139
139
# 5: tcp
140
- querymode =" 5 "
140
+ querymode =" 1 "
141
141
querytype =" "
142
142
143
143
# # Console type
Original file line number Diff line number Diff line change @@ -323,9 +323,8 @@ fn_info_game_av() {
323
323
rconenabled=" ${rconenabled:- " false" } "
324
324
rconpassword=" ${rconpassword:- " NOT SET" } "
325
325
rconport=" ${rconport:- " 0" } "
326
- # queryport is port + 3
327
- # this doesnt respond to any queries, using tcp query on rconport instead.
328
- queryport=" ${rconport:- " 0" } "
326
+ # queryport doesnt respond to any queries, using session only.
327
+ queryport=" " $(( port + 3 )) " "
329
328
servername=" ${servername:- " NOT SET" } "
330
329
serverpassword=" ${serverpassword:- " NOT SET" } "
331
330
steamport=" $(( port + 21 )) "
You can’t perform that action at this time.
0 commit comments