Daniel Gibbs 4 lat temu
rodzic
commit
47f389e389
1 zmienionych plików z 3 dodań i 8 usunięć
  1. 3 8
      lgsm/functions/alert_rocketchat.sh

+ 3 - 8
lgsm/functions/alert_rocketchat.sh

@@ -22,12 +22,7 @@ json=$(cat <<EOF
 				{
 					"short": true,
 					"title": "${alertplayerstitle}",
-					"value": "${alertmap}"
-				},
-				{
-					"short": true,
-					"title": "Server Time",
-					"value": "${alertdate}"
+					"value": "${alertplayers}"
 				},
 				{
 					"short": true,
@@ -46,8 +41,8 @@ json=$(cat <<EOF
 				}
 				{
 					"short": true,
-					"title": "Version",
-					"value": "${alertversion}"
+					"title": "Country",
+					"value": "${country}"
 				}
 			]
 		}