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 # slots
if [ -n "${maxplayers}" ]; then if [ -n "${maxplayers}" ]; then
slots="{maxplayers}" slots="${maxplayers}"
else else
slots="NOT SET" slots="NOT SET"
fi fi

Loading…
Cancel
Save