* Fix #4037 (dead handcuffs) * check ActionBlocker.CanInteract * Removed unnecessary using Co-authored-by: Michael Will <will_m@outlook.de>
This commit is contained in:
@@ -206,7 +206,7 @@ namespace Content.Server.GameObjects.Components.ActionBlocking
|
||||
return;
|
||||
}
|
||||
|
||||
if (!isOwner && !ActionBlockerSystem.CanInteract(user))
|
||||
if (!ActionBlockerSystem.CanInteract(user))
|
||||
{
|
||||
user.PopupMessage(Loc.GetString("You can't do that!"));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user