Skip moving item if item cannot be found.
This commit is contained in:
parent
e662020f9a
commit
bb50998e04
@ -1073,6 +1073,7 @@ export class InventoryHelper
|
|||||||
if (!itemToMove)
|
if (!itemToMove)
|
||||||
{
|
{
|
||||||
this.logger.error(this.localisationService.getText("inventory-unable_to_find_item_to_move", itemId));
|
this.logger.error(this.localisationService.getText("inventory-unable_to_find_item_to_move", itemId));
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only adjust the values for parent item, not children (their values are already correctly tied to parent)
|
// Only adjust the values for parent item, not children (their values are already correctly tied to parent)
|
||||||
|
Loading…
Reference in New Issue
Block a user