UltimateByte 10 лет назад
Родитель
Сommit
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