Skip to content

Commit

Permalink
Merge pull request #106 from multiplay/feat/tf_allow_query_args
Browse files Browse the repository at this point in the history
feat: Enable tf query args
  • Loading branch information
lwaddicor authored Jul 22, 2021
2 parents 5a2314e + fec9f8e commit 12870c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qstat.h
Original file line number Diff line number Diff line change
Expand Up @@ -3686,7 +3686,7 @@ server_type *find_server_type_string(char *type_string);
0, /* master */
0, /* default_port */
0, /* port_offset */
0, /* flags */
TF_QUERY_ARG, /* flags */
"game_mode", /* game_rule */
"TFPROTOCOL", /* template_var */
NULL, /* status_packet */
Expand Down

0 comments on commit 12870c1

Please sign in to comment.