Fix APC UI interaction. (#6683)

This commit is contained in:
Leon Friedrich
2022-02-13 17:34:28 +13:00
committed by GitHub
parent a275930aff
commit 5ab4f4d9c9

View File

@@ -87,7 +87,7 @@ namespace Content.Shared.Interaction
return;
}
if (!user.InRangeUnobstructed(ev.Target))
if (!InRangeUnobstructed(user, ev.Target, ignoreInsideBlocker: true))
{
ev.Cancel();
return;