Daniel Gibbs 4 ani în urmă
părinte
comite
2c2a8f31a5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      lgsm/functions/alert.sh

+ 1 - 1
lgsm/functions/alert.sh

@@ -105,7 +105,7 @@ alerticon="https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githu
 if [ "${querystatus}" != "0" ]; then
 	if [ -n "${maxplayers}" ]; then
 		alertplayerstitle="Maxplayers"
-		alertplayers="-${maxplayers}"
+		alertplayers="${maxplayers}"
 	fi
 else
 	if [ -n "${gdplayers}" ]&&[ -n "${gdmaxplayers}" ]; then