diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index ac6bb2e6a..2400e8569 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -1184,7 +1184,7 @@ fn_info_message_mordhau(){ echo -e "" { echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" - echo -e "> Game\tINBOUND\t${port}\tupd" + echo -e "> Game\tINBOUND\t${port}\tudp" echo -e "> Query\tINBOUND\t${queryport}\tudp" } | column -s $'\t' -t }