diff --git a/functions/fn_details_config b/functions/fn_details_config index 6fccda497..f0be53cf8 100644 --- a/functions/fn_details_config +++ b/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