Examine fix (#450)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user