ActionBlocker CanInteract uses EntityUid exclusively
ActionBlockerSystem fully uses EntityUid now!
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Content.Server.Light.EntitySystems
|
||||
return;
|
||||
|
||||
// standard interaction checks
|
||||
if (!_blocker.CanInteract(eventArgs.User)) return;
|
||||
if (!_blocker.CanInteract(eventArgs.User.Uid)) return;
|
||||
|
||||
if (eventArgs.Used != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user