Fix APC UI interaction. (#6683)
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Content.Shared.Interaction
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!user.InRangeUnobstructed(ev.Target))
|
if (!InRangeUnobstructed(user, ev.Target, ignoreInsideBlocker: true))
|
||||||
{
|
{
|
||||||
ev.Cancel();
|
ev.Cancel();
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user