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