mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
Merge branch 'DarkflameUniverse:main' into selling-fix-bricks
This commit is contained in:
commit
50fd27b973
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user