a (#2558)
This commit is contained in:
parent
712081e7d4
commit
eaf3c33728
1 changed files with 0 additions and 3 deletions
|
|
@ -388,9 +388,6 @@ public partial class InteractionsPanel
|
|||
.Replace("%user", userName)
|
||||
.Replace("%target", targetName);
|
||||
|
||||
if (!template.Contains("%user") && !template.Contains("%target"))
|
||||
result = $"{userName} {template} {targetName}";
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue