Browse Source

Add additional ports to info_messages_cs2 function

pull/4929/head
xe1os 3 weeks ago
committed by GitHub
parent
commit
26d718c44b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      lgsm/modules/info_messages.sh

4
lgsm/modules/info_messages.sh

@ -1020,7 +1020,9 @@ fn_info_messages_cs2() {
{
fn_port "header"
fn_port "Game" port udp
fn_port "Query" queryport tcp
fn_port "RCON" rconport tcp
fn_port "SourceTV" sourcetvport udp
fn_port "Client" clientport udp
} | column -s $'\t' -t
}

Loading…
Cancel
Save