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:
parent
373f194a25
commit
63420f7a7b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user