Fix duplicated unbuckle out of range message (#1420)
This commit is contained in:
@@ -302,8 +302,6 @@ namespace Content.Server.GameObjects.Components.Buckle
|
|||||||
|
|
||||||
if (!InteractionChecks.InRangeUnobstructed(user, strapPosition, _range))
|
if (!InteractionChecks.InRangeUnobstructed(user, strapPosition, _range))
|
||||||
{
|
{
|
||||||
_notifyManager.PopupMessage(Owner, user,
|
|
||||||
Loc.GetString("You can't reach there!"));
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user