0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 15:50:42 -05:00

Fixed PMC preset offers being classified as pack offers

This commit is contained in:
Chomp 2024-12-22 19:44:08 +00:00
parent 30d620d346
commit 35ba24b639

View File

@ -525,8 +525,8 @@ export class RagfairOfferGenerator {
itemWithChildren,
barterScheme,
1,
isPreset || isPackOffer,
); // sellAsOnePiece
isPackOffer, // sellAsOnePiece - pack offer
);
}
/**