From 63420f7a7b59981efe64371857a86109c0e4c1c3 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 16 Jul 2024 21:31:23 +0100 Subject: [PATCH] Removed debug data (cherry picked from commit 13abd077dda1d817afa672052cbde60766a0307c) --- project/src/controllers/RagfairController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/controllers/RagfairController.ts b/project/src/controllers/RagfairController.ts index 6b13697b..0439c23b 100644 --- a/project/src/controllers/RagfairController.ts +++ b/project/src/controllers/RagfairController.ts @@ -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)