mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:30:45 -05:00
Exit loop after deleting hideout craft
This commit is contained in:
parent
8fda5395e6
commit
5f774bf3c8
@ -231,6 +231,8 @@ export class HideoutHelper
|
||||
{
|
||||
// Craft value is null, get rid of it (could be from cancelling craft that needs cleaning up)
|
||||
delete pmcData.Hideout.Production[prodId];
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
if (craft.Progress === undefined)
|
||||
|
Loading…
x
Reference in New Issue
Block a user