Browse Source

country

feature/alerts-refactor
Daniel Gibbs 4 years ago
parent
commit
47f389e389
No known key found for this signature in database GPG Key ID: 2EBB36015C6D78E2
  1. 11
      lgsm/functions/alert_rocketchat.sh

11
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}"
}
]
}

Loading…
Cancel
Save