From 5512d400ebf959fd515e9811192abf5a4330f6a4 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Tue, 22 Dec 2015 00:58:14 +0100 Subject: [PATCH] remove config check for hurtworld --- functions/fn_details | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/fn_details b/functions/fn_details index b270ba5f4..b25edca43 100644 --- a/functions/fn_details +++ b/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}"