Browse Source

discord now uses extip instead of ip.

pull/1915/head
Daniel Gibbs 7 years ago
parent
commit
305b5b0403
  1. 2
      lgsm/functions/alert_discord.sh

2
lgsm/functions/alert_discord.sh

@ -39,7 +39,7 @@ json=$(cat <<EOF
}, },
{ {
"name": "Server IP", "name": "Server IP",
"value": "[${ip}:${port}](https://www.gametracker.com/server_info/${ip}:${port})" "value": "[${extip:-$ip}:${port}](https://www.gametracker.com/server_info/${extip:-$ip}:${port})"
}, },
{ {
"name": "More info", "name": "More info",

Loading…
Cancel
Save