Remove free hand check from buckle

This commit is contained in:
DrSmugleaf
2020-07-03 23:58:12 +02:00
parent 81647d696e
commit b00d8310de

View File

@@ -93,13 +93,6 @@ namespace Content.Server.GameObjects.Components.Mobs
return false;
}
if (hands.GetActiveHand != null)
{
_notifyManager.PopupMessage(user, user,
Loc.GetString("Your hand isn't free!"));
return false;
}
if (Buckled)
{
_notifyManager.PopupMessage(Owner, user,