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,10 +62,8 @@ export default class DHRoll extends Roll {
roll = Roll.fromTerms([pool]);
}
if (game.modules.get('dice-so-nice')?.active) await game.dice3d.showForRoll(roll, game.user, true);
} else {
console.log(roll, config)
} else
config.message = await this.toMessage(roll, config);
}
}
static postEvaluate(roll, config = {}) {