Explorar el Código

missing $ on maxplayers

UltimateByte hace 10 años
padre
commit
12ebddc1cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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