Browse Source

fixed beaconport

pull/2911/head
scott 5 years ago
parent
commit
eafd384d92
  1. 2
      lgsm/functions/info_messages.sh

2
lgsm/functions/info_messages.sh

@ -877,7 +877,7 @@ fn_info_message_mofm(){
{
echo -e "${lightblue}DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL${default}"
echo -e "> Game\tINBOUND\t${port}\tudp"
echo -e "> BeaconPort\tINBOUND\t${port}\tudp"
echo -e "> BeaconPort\tINBOUND\t${beaconport}\tudp"
} | column -s $'\t' -t
}

Loading…
Cancel
Save