Procházet zdrojové kódy

missing $ on maxplayers

UltimateByte před 10 roky
rodič
revize
12ebddc1cc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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