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

Coop extract gifts from fence are now Found in Raid

This commit is contained in:
Dev 2023-10-25 10:14:19 +01:00
parent 90efc36360
commit b29f0a0904

View File

@ -234,7 +234,8 @@ export class MatchController
slotId: "main",
parentId: parentId,
upd: {
StackObjectsCount: item.stackCount
StackObjectsCount: item.stackCount,
SpawnedInSession: true
}
}
);