Skip to content

Commit

Permalink
fix(tf): change queryport to udp
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Mar 8, 2025
1 parent b2eb645 commit 7e93713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/modules/info_messages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ fn_info_messages_tf() {
{
fn_port "header"
fn_port "Game" port udp
fn_port "Query" queryport tcp
fn_port "Query" queryport udp
fn_port "Beacon" beaconport udp
fn_port "Shutdown" shutdownport tcp
} | column -s $'\t' -t
Expand Down

0 comments on commit 7e93713

Please sign in to comment.