Browse Source

missing $ on maxplayers

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

2
functions/fn_details_config

@ -608,7 +608,7 @@ elif [ "${gamename}" == "Hurtworld" ]; then
# slots
if [ -n "${maxplayers}" ]; then
slots="{maxplayers}"
slots="${maxplayers}"
else
slots="NOT SET"
fi

Loading…
Cancel
Save