From fb1d5ded4479b06bbaf33b969b7b7751621e3d70 Mon Sep 17 00:00:00 2001 From: Jabak <163307958+Jabaks@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:29:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=BB=D1=8F=D1=82=D1=8C=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server/Medical/HealthAnalyzerSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Medical/HealthAnalyzerSystem.cs b/Content.Server/Medical/HealthAnalyzerSystem.cs index 0f7e514881..94f88aa32c 100644 --- a/Content.Server/Medical/HealthAnalyzerSystem.cs +++ b/Content.Server/Medical/HealthAnalyzerSystem.cs @@ -90,7 +90,7 @@ public sealed class HealthAnalyzerSystem : EntitySystem }); //Amour - var msg = Loc.GetString("health-analyzer-popup-scan-target", ("user", Identity.Entity(args.User, EntityManager)));sa + var msg = Loc.GetString("health-analyzer-popup-scan-target", ("user", Identity.Entity(args.User, EntityManager))); _popupSystem.PopupEntity(msg, args.Target.Value, args.Target.Value, PopupType.Medium); }