diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index cca42c6d3..a567e2e13 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -618,7 +618,7 @@ fn_info_message_minecraft(){ echo -e "" { echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" - echo -e "> Game\tINBOUND\t${port}\tudp" + echo -e "> Game\tINBOUND\t${port}\ttcp" } | column -s $'\t' -t }