|
@@ -100,16 +100,16 @@ if [ "${querystatus}" != "0" ]; then
|
|
|
fi
|
|
fi
|
|
|
else
|
|
else
|
|
|
if [ -n "${gdplayers}" ]&&[ -n "${gdmaxplayers}" ]; then
|
|
if [ -n "${gdplayers}" ]&&[ -n "${gdmaxplayers}" ]; then
|
|
|
- alertplayerstitle="Players"
|
|
|
|
|
|
|
+ alertplayerstitle="Current Players"
|
|
|
alertplayers="${gdplayers}/${gdmaxplayers}"
|
|
alertplayers="${gdplayers}/${gdmaxplayers}"
|
|
|
elif [ -n "${gdplayers}" ]&&[ -n "${maxplayers}" ]; then
|
|
elif [ -n "${gdplayers}" ]&&[ -n "${maxplayers}" ]; then
|
|
|
- alertplayerstitle="Players"
|
|
|
|
|
|
|
+ alertplayerstitle="Current Players"
|
|
|
alertplayers="${gdplayers}/${maxplayers}"
|
|
alertplayers="${gdplayers}/${maxplayers}"
|
|
|
elif [ -z "${gdplayers}" ]&&[ -n "${gdmaxplayers}" ]; then
|
|
elif [ -z "${gdplayers}" ]&&[ -n "${gdmaxplayers}" ]; then
|
|
|
- alertplayerstitle="Players"
|
|
|
|
|
|
|
+ alertplayerstitle="Current Players"
|
|
|
alertplayers="-1/${gdmaxplayers}"
|
|
alertplayers="-1/${gdmaxplayers}"
|
|
|
elif [ -n "${gdplayers}" ]&&[ -z "${gdmaxplayers}" ]; then
|
|
elif [ -n "${gdplayers}" ]&&[ -z "${gdmaxplayers}" ]; then
|
|
|
- alertplayerstitle="Players"
|
|
|
|
|
|
|
+ alertplayerstitle="Current Players"
|
|
|
alertplayers="${gdplayers}/∞"
|
|
alertplayers="${gdplayers}/∞"
|
|
|
elif [ -z "${gdplayers}" ]&&[ -z "${gdmaxplayers}" ]&&[ -n "${maxplayers}" ]; then
|
|
elif [ -z "${gdplayers}" ]&&[ -z "${gdmaxplayers}" ]&&[ -n "${maxplayers}" ]; then
|
|
|
alertplayerstitle="Maxplayers"
|
|
alertplayerstitle="Maxplayers"
|