Browse Source

updated message for gameworld to non critical form

pull/573/head^2
UltimateByte 9 years ago
parent
commit
22c8d2357d
  1. 2
      functions/fn_details_config

2
functions/fn_details_config

@ -617,7 +617,7 @@ elif [ "${gamename}" == "Hurtworld" ]; then
if [ -n "${map}" ]; then
gameworld="${map}"
else
gameworld="\e[0;31mUNAVAILABLE\e[0m"
gameworld="NO MAP SET"
fi
# port

Loading…
Cancel
Save