Daniel Gibbs 8 лет назад
Родитель
Сommit
a41944dab7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/info_messages.sh

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