This commit is contained in:
haiwwkes 2025-07-15 12:29:08 +05:00 committed by GitHub
parent 712081e7d4
commit eaf3c33728
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}