ActionBlocker CanPickup uses EntityUid exclusively
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Content.Server.Access
|
||||
if (args.Hands == null ||
|
||||
!args.CanAccess ||
|
||||
!args.CanInteract ||
|
||||
!_actionBlockerSystem.CanPickup(args.User))
|
||||
!_actionBlockerSystem.CanPickup(args.User.Uid))
|
||||
return;
|
||||
|
||||
// Can we eject a privileged ID?
|
||||
|
||||
Reference in New Issue
Block a user