0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Fix issue with scav case rewards being collectable twice

This commit is contained in:
Dev 2023-11-20 10:22:03 +00:00
parent 2132ea7adb
commit ccc017c976

View File

@ -968,6 +968,8 @@ export class HideoutController
{
// Flag as complete - will be cleaned up later by update() process
pmcData.Hideout.Production[prodId].sptIsComplete = true;
pmcData.Hideout.Production[prodId].inProgress = false;
};
return this.inventoryHelper.addItem(pmcData, newReq, output, sessionID, callback, true);