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

Fixed flea market not showing items

This commit is contained in:
Dev 2024-08-21 21:34:50 +01:00
parent 846960d8bb
commit f24318603f

View File

@ -220,7 +220,6 @@ export class RagfairController {
for (const offer of offers) { for (const offer of offers) {
offer.intId = ++counter; offer.intId = ++counter;
offer.items[0].parentId = ""; // Without this it causes error: "Item deserialization error: No parent with id hideout found for item x"
} }
} }