Remove free hand check from buckle
This commit is contained in:
@@ -93,13 +93,6 @@ namespace Content.Server.GameObjects.Components.Mobs
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hands.GetActiveHand != null)
|
|
||||||
{
|
|
||||||
_notifyManager.PopupMessage(user, user,
|
|
||||||
Loc.GetString("Your hand isn't free!"));
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (Buckled)
|
if (Buckled)
|
||||||
{
|
{
|
||||||
_notifyManager.PopupMessage(Owner, user,
|
_notifyManager.PopupMessage(Owner, user,
|
||||||
|
|||||||
Reference in New Issue
Block a user