Fix deleting an item from mail before receiving all kills server
This commit is contained in:
parent
9fa0bf53e5
commit
d9bcb3fce8
@ -178,7 +178,7 @@ export class InventoryController
|
|||||||
{
|
{
|
||||||
this.inventoryHelper.removeItemAndChildrenFromMailRewards(sessionID, body, output);
|
this.inventoryHelper.removeItemAndChildrenFromMailRewards(sessionID, body, output);
|
||||||
|
|
||||||
return;
|
return output;
|
||||||
}
|
}
|
||||||
|
|
||||||
const profileToRemoveItemFrom = (!body.fromOwner || body.fromOwner.id === pmcData._id)
|
const profileToRemoveItemFrom = (!body.fromOwner || body.fromOwner.id === pmcData._id)
|
||||||
|
Loading…
Reference in New Issue
Block a user