Skip to content

Commit 12870c1

Browse files
authored
Merge pull request #106 from multiplay/feat/tf_allow_query_args
feat: Enable tf query args
2 parents 5a2314e + fec9f8e commit 12870c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qstat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3686,7 +3686,7 @@ server_type *find_server_type_string(char *type_string);
36863686
0, /* master */
36873687
0, /* default_port */
36883688
0, /* port_offset */
3689-
0, /* flags */
3689+
TF_QUERY_ARG, /* flags */
36903690
"game_mode", /* game_rule */
36913691
"TFPROTOCOL", /* template_var */
36923692
NULL, /* status_packet */

0 commit comments

Comments
 (0)