Fix not being able to uncuff people.
This commit is contained in:
@@ -230,7 +230,7 @@ namespace Content.Server.GameObjects.Components.ActionBlocking
|
||||
return;
|
||||
}
|
||||
|
||||
if (!isOwner && user.InRangeUnobstructed(Owner, _interactRange))
|
||||
if (!isOwner && !user.InRangeUnobstructed(Owner, _interactRange))
|
||||
{
|
||||
user.PopupMessage(Loc.GetString("You are too far away to remove the cuffs."));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user