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