Browse Source

remove config check for hurtworld

UltimateByte 10 years ago
parent
commit
5512d400eb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      functions/fn_details

+ 3 - 0
functions/fn_details

@@ -719,6 +719,9 @@ fn_details_statusbottom
 }
 }
 
 
 if [ ! -e "${servercfgfullpath}" ]; then
 if [ ! -e "${servercfgfullpath}" ]; then
+	if [ "${gamename}" == "Hurtworld"]; then
+		echo "No config file"
+	else
 	echo ""
 	echo ""
 	fn_printwarnnl "\e[0;31mCONFIGURATION FILE MISSING!\e[0m"
 	fn_printwarnnl "\e[0;31mCONFIGURATION FILE MISSING!\e[0m"
 	echo "${servercfgfullpath}"
 	echo "${servercfgfullpath}"