Fix issue with scav case rewards being collectable twice
This commit is contained in:
parent
2132ea7adb
commit
ccc017c976
@ -968,6 +968,8 @@ export class HideoutController
|
|||||||
{
|
{
|
||||||
// Flag as complete - will be cleaned up later by update() process
|
// Flag as complete - will be cleaned up later by update() process
|
||||||
pmcData.Hideout.Production[prodId].sptIsComplete = true;
|
pmcData.Hideout.Production[prodId].sptIsComplete = true;
|
||||||
|
|
||||||
|
pmcData.Hideout.Production[prodId].inProgress = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
return this.inventoryHelper.addItem(pmcData, newReq, output, sessionID, callback, true);
|
return this.inventoryHelper.addItem(pmcData, newReq, output, sessionID, callback, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user