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

Removed debug data

(cherry picked from commit 13abd077dda1d817afa672052cbde60766a0307c)
This commit is contained in:
Dev 2024-07-16 21:31:23 +01:00
parent 373f194a25
commit 63420f7a7b

View File

@ -614,7 +614,7 @@ export class RagfairController
);
// Create array of sell times for items listed
offer.sellResult = this.ragfairSellHelper.rollForSale(75, stackCountTotal);
offer.sellResult = this.ragfairSellHelper.rollForSale(sellChancePercent, stackCountTotal);
// Subtract flea market fee from stash
if (this.ragfairConfig.sell.fees)