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