From 2c2a8f31a5f2bae48946b1f3bb5ac0ccf199b6cd Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 14 Sep 2021 23:44:52 +0100 Subject: [PATCH] bug --- lgsm/functions/alert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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