Browse Source

fix(sf): add tcp gameport to details (#4681)

pull/4728/head
Christian 4 months ago
committed by GitHub
parent
commit
d7e820c21a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      lgsm/modules/info_messages.sh

1
lgsm/modules/info_messages.sh

@ -1477,6 +1477,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