Fix not being able to uncuff people.
This commit is contained in:
@@ -230,7 +230,7 @@ namespace Content.Server.GameObjects.Components.ActionBlocking
|
|||||||
return;
|
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."));
|
user.PopupMessage(Loc.GetString("You are too far away to remove the cuffs."));
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user