mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Remove debug code
This commit is contained in:
parent
6dc4604a77
commit
0997c21ba3
@ -185,11 +185,6 @@ export class InventoryHelper
|
||||
return this.httpResponse.appendErrorToOutput(output, message);
|
||||
}
|
||||
|
||||
for (const itemToAdd of itemsToAdd)
|
||||
{
|
||||
const itemWithChildren = this.itemHelper.findAndReturnChildrenAsItems(itemsToAddPool, itemToAdd.itemRef._id);
|
||||
}
|
||||
|
||||
// Update UPD properties and add to output.profileChanges/pmcData.Inventory.items arrays
|
||||
for (const itemToAdd of itemsToAdd)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user