Removed debug data
This commit is contained in:
parent
fd34e7bc84
commit
13abd077dd
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user