Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Winkarst-cpu committed Jul 13, 2024
1 parent e882ef1 commit 97247f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Content.Shared/Access/Systems/IdExaminableSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ private void OnGetExamineVerbs(EntityUid uid, IdExaminableComponent component, G
{
Act = () =>
{
if (!FormattedMessage.TryFromMarkup(info, out var markup))
return;
var markup = FormattedMessage.FromMarkupOrThrow(info);

_examineSystem.SendExamineTooltip(args.User, uid, markup, false, false);
},
Expand Down

0 comments on commit 97247f6

Please sign in to comment.