Browse Source
Add additional ports to info_messages_cs2 function
pull/4929/head
xe1os
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
1 deletions
-
lgsm/modules/info_messages.sh
|
|
@ -1020,7 +1020,9 @@ fn_info_messages_cs2() { |
|
|
{ |
|
|
{ |
|
|
fn_port "header" |
|
|
fn_port "header" |
|
|
fn_port "Game" port udp |
|
|
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 |
|
|
} | column -s $'\t' -t |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|