ActionBlocker CanDrop uses EntityUid exclusively
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Content.Server.Power.EntitySystems
|
||||
!args.CanInteract ||
|
||||
component.HasCell ||
|
||||
!component.IsEntityCompatible(args.Using) ||
|
||||
!_actionBlockerSystem.CanDrop(args.User))
|
||||
!_actionBlockerSystem.CanDrop(args.User.Uid))
|
||||
return;
|
||||
|
||||
Verb verb = new();
|
||||
|
||||
Reference in New Issue
Block a user