mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-09 14:27:10 +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)
|
while (left > 0)
|
||||||
{
|
{
|
||||||
item = origin->FindItemByLot(lot, ignoreEquipped);
|
|
||||||
|
|
||||||
if (item == nullptr)
|
if (item == nullptr)
|
||||||
{
|
{
|
||||||
item = origin->FindItemByLot(lot, false);
|
item = origin->FindItemByLot(lot, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user