Browse Source

simplifying hurtworld checking

pull/573/head^2
UltimateByte 9 years ago
parent
commit
e976f9b0e5
  1. 4
      functions/fn_details

4
functions/fn_details

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

Loading…
Cancel
Save