4
0
Daniel Gibbs 8 жил өмнө
parent
commit
f51f37ec40

+ 1 - 0
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}"