Browse Source

starbound

pull/3428/head
Daniel Gibbs 4 years ago
parent
commit
40aed8f09e
  1. 6
      lgsm/functions/info_messages.sh

6
lgsm/functions/info_messages.sh

@ -1229,9 +1229,9 @@ fn_info_message_squad(){
fn_info_message_starbound(){ fn_info_message_starbound(){
{ {
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 "Query" queryport tcp
echo -e "> RCON\t${rconport}\ttcp" fn_port "RCON" rconport tcp
} | column -s $'\t' -t } | column -s $'\t' -t
} }

Loading…
Cancel
Save