Browse Source

Update fn_details

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

2
functions/fn_details

@ -719,7 +719,7 @@ fn_details_statusbottom
}
if [ ! -e "${servercfgfullpath}" ]; then
if [ "${gamename}" == "Hurtworld"]; then
if [ "${gamename}" == "Hurtworld" ]; then
echo "No config file set or required"
else
echo ""

Loading…
Cancel
Save