Skip to content

Commit 7e93713

Browse files
committed
fix(tf): change queryport to udp
1 parent b2eb645 commit 7e93713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/modules/info_messages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ fn_info_messages_tf() {
16581658
{
16591659
fn_port "header"
16601660
fn_port "Game" port udp
1661-
fn_port "Query" queryport tcp
1661+
fn_port "Query" queryport udp
16621662
fn_port "Beacon" beaconport udp
16631663
fn_port "Shutdown" shutdownport tcp
16641664
} | column -s $'\t' -t

0 commit comments

Comments
 (0)