Browse Source

ports

pull/3842/head
Daniel Gibbs 4 years ago
parent
commit
7459dd42dd
  1. 11
      lgsm/functions/info_messages.sh

11
lgsm/functions/info_messages.sh

@ -1178,6 +1178,15 @@ fn_info_message_pc(){
} | column -s $'\t' -t } | column -s $'\t' -t
} }
fn_info_message_pc2(){
{
fn_port "header"
fn_port "Game" port udp
fn_port "Query" queryport udp
fn_port "Steam" steamport udp
} | column -s $'\t' -t
}
fn_info_message_pstbs(){ fn_info_message_pstbs(){
{ {
fn_port "header" fn_port "header"
@ -1708,6 +1717,8 @@ fn_info_message_select_engine(){
fn_info_message_onset fn_info_message_onset
elif [ "${shortname}" == "pc" ]; then elif [ "${shortname}" == "pc" ]; then
fn_info_message_pc fn_info_message_pc
elif [ "${shortname}" == "pc2" ]; then
fn_info_message_pc2
elif [ "${shortname}" == "pstbs" ]; then elif [ "${shortname}" == "pstbs" ]; then
fn_info_message_pstbs fn_info_message_pstbs
elif [ "${shortname}" == "pvr" ]; then elif [ "${shortname}" == "pvr" ]; then

Loading…
Cancel
Save