Răsfoiți Sursa

missing $ on maxplayers

UltimateByte 10 ani în urmă
părinte
comite
12ebddc1cc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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