Fix guidebook examine not working in lobby (#17093)
This commit is contained in:
@@ -79,7 +79,8 @@ public sealed partial class GuideEntityEmbed : BoxContainer, IDocumentTag
|
||||
// do examination?
|
||||
if (args.Function == ContentKeyFunctions.ExamineEntity)
|
||||
{
|
||||
_examineSystem.DoExamine(entity.Value);
|
||||
_examineSystem.DoExamine(entity.Value,
|
||||
userOverride: _guidebookSystem.GetGuidebookUser());
|
||||
args.Handle();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user