From eaf3c33728eb6e10b2bc83e1cd5f726d809cb4d5 Mon Sep 17 00:00:00 2001 From: haiwwkes <49613070+rhailrake@users.noreply.github.com> Date: Tue, 15 Jul 2025 12:29:08 +0500 Subject: [PATCH] a (#2558) --- .../InteractionsPanel/InteractionsPanel.Interactions.cs | 3 --- 1 file changed, 3 deletions(-) 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; } }