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 if [ -n "${map}" ]; then
gameworld="${map}" gameworld="${map}"
else else
gameworld="\e[0;31mUNAVAILABLE\e[0m" gameworld="NO MAP SET"
fi fi
# port # port

Loading…
Cancel
Save