ActionBlocker CanAttack uses EntityUid exclusively
This commit is contained in:
@@ -430,7 +430,7 @@ namespace Content.Server.Interaction
|
||||
if (!ValidateInteractAndFace(user, coordinates))
|
||||
return;
|
||||
|
||||
if (!_actionBlockerSystem.CanAttack(user))
|
||||
if (!_actionBlockerSystem.CanAttack(user.Uid))
|
||||
return;
|
||||
|
||||
IEntity? targetEnt = null;
|
||||
|
||||
Reference in New Issue
Block a user