Skip to content

Commit 1029468

Browse files
committed
fix httpport ac server
1 parent cc721aa commit 1029468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/functions/info_messages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ fn_info_message_assettocorsa(){
657657
{
658658
echo -e "${lightblue}DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL${default}"
659659
echo -e "> Game\tINBOUND\t${port}\tudp"
660-
echo -e "> HTTP\tINBOUND\t${port}\tudp"
660+
echo -e "> HTTP\tINBOUND\t${httpport}\tudp"
661661
} | column -s $'\t' -t
662662
}
663663

0 commit comments

Comments
 (0)