Removed debug data

This commit is contained in:
Dev 2024-07-16 21:31:23 +01:00
parent fd34e7bc84
commit 13abd077dd

View File

@ -595,7 +595,7 @@ export class RagfairController
); );
// Create array of sell times for items listed // 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 // Subtract flea market fee from stash
if (this.ragfairConfig.sell.fees) if (this.ragfairConfig.sell.fees)