ActionBlocker CanPickup uses EntityUid exclusively
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Content.Shared.Containers.ItemSlots
|
||||
if (args.Hands == null ||
|
||||
!args.CanAccess ||
|
||||
!args.CanInteract ||
|
||||
!_actionBlockerSystem.CanPickup(args.User))
|
||||
!_actionBlockerSystem.CanPickup(args.User.Uid))
|
||||
return;
|
||||
|
||||
foreach (var (slotName, slot) in component.Slots)
|
||||
|
||||
Reference in New Issue
Block a user