Browse Source

Stationeers

pull/3428/head
Daniel Gibbs 4 years ago
parent
commit
9850a99c8d
  1. 5
      lgsm/functions/info_messages.sh

5
lgsm/functions/info_messages.sh

@ -1238,8 +1238,9 @@ fn_info_message_starbound(){
fn_info_message_stationeers(){ fn_info_message_stationeers(){
{ {
fn_port "header" fn_port "header"
echo -e "> Game\t${port}\ttcp" fn_port "Game" port udp
echo -e "> Query\t${queryport}\ttcp" fn_port "Game" port tcp
fn_port "Query" queryport udp
} | column -s $'\t' -t } | column -s $'\t' -t
} }

Loading…
Cancel
Save