diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index b9b27bece..5f4f17707 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -876,7 +876,7 @@ fn_info_message_hurtworld(){ echo -e "${lightblue}DESCRIPTION\tPORT\tPROTOCOL\tLISTEN${default}" echo -e "Game\t${port}\tudp\t$(echo "${ssinfo}" | grep ${port} | wc -l)" echo -e "RCON\t${rconport}\ttcp\t$(echo "${ssinfo}" | grep ${rconport} | wc -l)" - echo -e "> Query\t${queryport}\tudp" + echo -e "Query\t${queryport}\tudp\t$(echo "${ssinfo}" | grep ${queryport} | wc -l)" } | column -s $'\t' -t }