From 6a648d0851a46015d8acbe7f4841cb3f09f01278 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 14 Sep 2021 23:20:45 +0100 Subject: [PATCH] current players --- lgsm/functions/alert.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 59cee48d2..1211c70de 100755 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -100,16 +100,16 @@ if [ "${querystatus}" != "0" ]; then fi else if [ -n "${gdplayers}" ]&&[ -n "${gdmaxplayers}" ]; then - alertplayerstitle="Players" + alertplayerstitle="Current Players" alertplayers="${gdplayers}/${gdmaxplayers}" elif [ -n "${gdplayers}" ]&&[ -n "${maxplayers}" ]; then - alertplayerstitle="Players" + alertplayerstitle="Current Players" alertplayers="${gdplayers}/${maxplayers}" elif [ -z "${gdplayers}" ]&&[ -n "${gdmaxplayers}" ]; then - alertplayerstitle="Players" + alertplayerstitle="Current Players" alertplayers="-1/${gdmaxplayers}" elif [ -n "${gdplayers}" ]&&[ -z "${gdmaxplayers}" ]; then - alertplayerstitle="Players" + alertplayerstitle="Current Players" alertplayers="${gdplayers}/∞" elif [ -z "${gdplayers}" ]&&[ -z "${gdmaxplayers}" ]&&[ -n "${maxplayers}" ]; then alertplayerstitle="Maxplayers"