Browse Source

fix(sf): add tcp gameport to details

pull/4681/head
H3o66 10 months ago
parent
commit
7c6d466553
  1. 1
      lgsm/modules/info_messages.sh

1
lgsm/modules/info_messages.sh

@ -1461,6 +1461,7 @@ fn_info_messages_sm() {
{
fn_port "header"
fn_port "Game" port udp
fn_port "Game" port tcp
fn_port "Query" queryport udp
fn_port "Telnet" telnetport tcp
} | column -s $'\t' -t

Loading…
Cancel
Save