[AB-299] fixing templates for ban notification

This commit is contained in:
Sheldan
2021-07-04 13:01:21 +02:00
parent acd69bf522
commit d83310e029
5 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
<#assign serverName=serverName>
<#assign reason=reason>
<#include "ban_notification_text">

View File

@@ -0,0 +1 @@
<#include "ban_notification_not_possible_text">

View File

@@ -1 +0,0 @@
You were banned from the server ${serverName} for the following reason: ${warning.reason}.

View File

@@ -0,0 +1 @@
Not possible to send user notification about the ban.

View File

@@ -0,0 +1 @@
You were banned from the server ${serverName} for `${reason}`.