diff --git a/functions/command_details.sh b/functions/command_details.sh index eb4afebd6..6de82eb8e 100644 --- a/functions/command_details.sh +++ b/functions/command_details.sh @@ -2,7 +2,7 @@ # LGSM command_details.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="060116" +lgsm_version="190316" # Description: Displays server infomation. @@ -316,7 +316,7 @@ echo -e "" echo -e "Useful port diagnostic command:" echo -e "netstat -atunp | grep qzeroded" echo -e "" -if [ -z "${port}" ]||[ -z "${queryport}" ]||[ -z "${masterport}" ]; then +if [ -z "${port}" ]||[ -z "${rconport}" ]||[ -z "${statsport}" ]; then echo -e "\e[0;31mERROR!\e[0m Missing/commented ports in ${servercfg}." echo -e "" fi