Fix duplicated unbuckle out of range message (#1420)

This commit is contained in:
DrSmugleaf
2020-07-19 22:16:06 +02:00
committed by GitHub
parent 8437388f2b
commit cbad5edca4

View File

@@ -302,8 +302,6 @@ namespace Content.Server.GameObjects.Components.Buckle
if (!InteractionChecks.InRangeUnobstructed(user, strapPosition, _range))
{
_notifyManager.PopupMessage(Owner, user,
Loc.GetString("You can't reach there!"));
return false;
}
}