UltimateByte пре 10 година
родитељ
комит
12ebddc1cc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      functions/fn_details_config

+ 1 - 1
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