diff --git a/Content.Server/White/Other/ExamineSystem/ExamineSystem.cs b/Content.Server/White/Other/ExamineSystem/ExamineSystem.cs index 77e1b23bda..e45f18bc61 100644 --- a/Content.Server/White/Other/ExamineSystem/ExamineSystem.cs +++ b/Content.Server/White/Other/ExamineSystem/ExamineSystem.cs @@ -120,7 +120,7 @@ namespace Content.Server.White.Other.ExamineSystem var combinedInfo = string.Join("\n", infoLines); - if (TryComp(args.Examined, out ActorComponent? actorComponent)) + if (TryComp(args.Examiner, out ActorComponent? actorComponent)) { SendNoticeMessage(actorComponent, combinedInfo); }