Examine fix (#450)

This commit is contained in:
Aviu00
2023-09-30 16:32:22 +09:00
committed by Aviu00
parent 168c38a4fb
commit b9d800793c

View File

@@ -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);
}