From 2ffc88936b243784ab0dfa57c02d5facea5059ab Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Sat, 19 Apr 2025 16:29:40 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D1=84=D0=BE=D1=80?= =?UTF-8?q?=D0=BC=D0=B0=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B9?= =?UTF-8?q?=20=D0=B3=D0=BB=D0=B0=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server/Radio/EntitySystems/RadioSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Radio/EntitySystems/RadioSystem.cs b/Content.Server/Radio/EntitySystems/RadioSystem.cs index 4a973ec547..adfc751d80 100644 --- a/Content.Server/Radio/EntitySystems/RadioSystem.cs +++ b/Content.Server/Radio/EntitySystems/RadioSystem.cs @@ -130,7 +130,7 @@ public sealed class RadioSystem : EntitySystem // Sunrise-Start if (GetIdCardIsBold(messageSource)) { - message = $"[bold]{message}[/bold]"; + content = $"[bold]{content}[/bold]"; } // Sunrise-End