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
commit 50fd27b973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);