Remove ignore-inside-blocker (#6692)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -101,9 +101,6 @@ namespace Content.Shared.Item
|
||||
{
|
||||
var user = eventArgs.User;
|
||||
|
||||
if (!user.InRangeUnobstructed(Owner, ignoreInsideBlocker: true))
|
||||
return false;
|
||||
|
||||
if (!_entMan.TryGetComponent(user, out SharedHandsComponent hands))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user