Skip to content

Commit

Permalink
fix ti message
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Dec 31, 2021
1 parent 043f9da commit dda4af8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lgsm/functions/info_messages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1434,9 +1434,11 @@ fn_info_message_st(){
}

fn_info_message_ti(){
fn_port "header"
fn_port "Game" port udp
fn_port "Query" queryport udp
{
fn_port "header"
fn_port "Game" port udp
fn_port "Query" queryport udp
} | column -s $'\t' -t
}

fn_info_message_ts3(){
Expand Down

0 comments on commit dda4af8

Please sign in to comment.