Fix not being able to take items out of storage (#1417)
This commit is contained in:
@@ -370,7 +370,7 @@ namespace Content.Server.GameObjects.Components.Items.Storage
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hands.CanPutInHand(item))
|
if (!hands.CanPutInHand(item))
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user