Examining does not click right-click menu.

This commit is contained in:
Pieter-Jan Briers
2020-05-30 16:45:45 +02:00
parent 51e53c43c9
commit 55376fb5b2

View File

@@ -432,6 +432,12 @@ namespace Content.Client.GameObjects.EntitySystems
return;
}
if (args.Function == ContentKeyFunctions.ExamineEntity)
{
Get<ExamineSystem>().DoExamine(_entity);
return;
}
if (_master._itemSlotManager.OnButtonPressed(args, _entity))
{
_master.CloseAllMenus();