diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 082dccf4e..0124f117d 100755 --- a/lgsm/functions/alert.sh +++ b/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