Sfoglia il codice sorgente

Removed confi check from details

Daniel Gibbs 10 anni fa
parent
commit
41513970f3
1 ha cambiato i file con 1 aggiunte e 18 eliminazioni
  1. 1 18
      functions/command_details.sh

+ 1 - 18
functions/command_details.sh

@@ -2,7 +2,7 @@
 # LGSM command_details.sh function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-lgsm_version="271215"
+lgsm_version="060116"
 
 # Description: Displays server infomation.
 
@@ -581,23 +581,6 @@ fn_details_statusbottom
 
 # Run checks and gathers details to display.
 check.sh 
-
-if [ ! -e "${servercfgfullpath}" ]; then
-	if [ "${gamename}" != "Hurtworld" ]; then
-		echo ""
-		fn_printwarnnl "\e[0;31mCONFIGURATION FILE MISSING!\e[0m"
-		echo "${servercfgfullpath}"
-		echo "Some details cannot be displayed"
-		echo -en ".\r"
-		sleep 1
-		echo -en "..\r"
-		sleep 1
-		echo -en "...\r"
-		sleep 1
-		echo -en "   \r"
-	fi
-fi
-
 info_config.sh
 info_distro.sh
 info_glibc.sh