ActionBlocker CanUse uses EntityUid exclusively
This commit is contained in:
@@ -97,7 +97,7 @@ namespace Content.Server.Disposal.Unit.Components
|
||||
var actionBlocker = EntitySystem.Get<ActionBlockerSystem>();
|
||||
|
||||
if (!actionBlocker.CanInteract(player) ||
|
||||
!actionBlocker.CanUse(player))
|
||||
!actionBlocker.CanUse(player.Uid))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user