[AB-217] fixing defining variables, the variable bled into the next iteration

This commit is contained in:
Sheldan
2021-04-05 01:43:38 +02:00
parent 0f94c231e7
commit 7a88e1bfe9
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
${profanityRegexName}: `${profanityRegex}` <#if profanityReplacement??>replaced with ${profanityReplacement}</#if>
${profanityRegexName}: `${profanityRegex}` <#if profanityReplacement?has_content>replaced with ${profanityReplacement}</#if>