Merge branch 'DarkflameUniverse:main' into selling-fix-bricks

This commit is contained in:
David Markowitz
2022-06-12 11:49:17 -07:00
committed by GitHub

View File

@ -354,8 +354,6 @@ void InventoryComponent::MoveItemToInventory(Item* item, const eInventoryType in
while (left > 0)
{
item = origin->FindItemByLot(lot, ignoreEquipped);
if (item == nullptr)
{
item = origin->FindItemByLot(lot, false);