소스 검색

current players

Daniel Gibbs 4 년 전
부모
커밋
6a648d0851
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      lgsm/functions/alert.sh

+ 4 - 4
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"