From d9bcb3fce8d1209cb5f467bb04142cc8a7c7baec Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 4 Feb 2024 19:51:19 +0000 Subject: [PATCH] Fix deleting an item from mail before receiving all kills server --- project/src/controllers/InventoryController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/controllers/InventoryController.ts b/project/src/controllers/InventoryController.ts index 1da13afe..cdae344a 100644 --- a/project/src/controllers/InventoryController.ts +++ b/project/src/controllers/InventoryController.ts @@ -178,7 +178,7 @@ export class InventoryController { this.inventoryHelper.removeItemAndChildrenFromMailRewards(sessionID, body, output); - return; + return output; } const profileToRemoveItemFrom = (!body.fromOwner || body.fromOwner.id === pmcData._id)