diff --git a/Content.Server/_Sunrise/InteractionsPanel/InteractionsPanel.Interactions.cs b/Content.Server/_Sunrise/InteractionsPanel/InteractionsPanel.Interactions.cs index a0c9c401ea..d5eead5494 100644 --- a/Content.Server/_Sunrise/InteractionsPanel/InteractionsPanel.Interactions.cs +++ b/Content.Server/_Sunrise/InteractionsPanel/InteractionsPanel.Interactions.cs @@ -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; } }