From f51f37ec408f0665ef389ce9ac25c7ff026dd404 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 17 Sep 2017 15:01:08 +0100 Subject: [PATCH] added web port --- lgsm/functions/info_messages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 39307ff0e..152ffce81 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -868,6 +868,7 @@ fn_info_message_unreal3(){ { echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" echo -e "> Game/Query\tINBOUND\t${port}\ttcp/udp" + echo -e "> WebAdmin\tINBOUND\t${webadminport}\ttcp\tListenPort=${webadminport}" } | column -s $'\t' -t echo -e "" echo -e "${lightgreen}${servername} WebAdmin${default}"