Browse Source

terraria

pull/3428/head
Daniel Gibbs 4 years ago
parent
commit
dde9f7ed33
  1. 3
      lgsm/functions/info_messages.sh

3
lgsm/functions/info_messages.sh

@ -1276,7 +1276,8 @@ fn_info_message_teeworlds(){
fn_info_message_terraria(){ fn_info_message_terraria(){
{ {
fn_port "header" fn_port "header"
echo -e "> Game\t${port}\ttcp" fn_port "Game" port tcp
fn_port "Query" queryport tcp
} | column -s $'\t' -t } | column -s $'\t' -t
} }

Loading…
Cancel
Save