From eafd384d92ba371ab3705a2ecebc36638b740005 Mon Sep 17 00:00:00 2001 From: scott Date: Mon, 1 Jun 2020 12:03:58 +0900 Subject: [PATCH] fixed beaconport --- lgsm/functions/info_messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index c6be35e32..1d4e3ed7d 100644 --- a/lgsm/functions/info_messages.sh +++ b/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 }