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}"