No, there was not a console.log !

This commit is contained in:
Dapoolp 2025-07-19 15:46:41 +02:00
parent 1f46f92037
commit cb0aa424a2

View file

@ -62,11 +62,9 @@ export default class DHRoll extends Roll {
roll = Roll.fromTerms([pool]); roll = Roll.fromTerms([pool]);
} }
if (game.modules.get('dice-so-nice')?.active) await game.dice3d.showForRoll(roll, game.user, true); if (game.modules.get('dice-so-nice')?.active) await game.dice3d.showForRoll(roll, game.user, true);
} else { } else
console.log(roll, config)
config.message = await this.toMessage(roll, config); config.message = await this.toMessage(roll, config);
} }
}
static postEvaluate(roll, config = {}) { static postEvaluate(roll, config = {}) {
return { return {