Browse Source

changed udp to tcp as per #1730

pull/1787/head
Daniel Gibbs 7 years ago
parent
commit
a41944dab7
  1. 2
      lgsm/functions/info_messages.sh

2
lgsm/functions/info_messages.sh

@ -618,7 +618,7 @@ fn_info_message_minecraft(){
echo -e ""
{
echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL"
echo -e "> Game\tINBOUND\t${port}\tudp"
echo -e "> Game\tINBOUND\t${port}\ttcp"
} | column -s $'\t' -t
}

Loading…
Cancel
Save