Explorar o código

remove config check for hurtworld

UltimateByte %!s(int64=10) %!d(string=hai) anos
pai
achega
5512d400eb
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      functions/fn_details

+ 3 - 0
functions/fn_details

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