From fdbd57b4960eb588e8ada20abff499490813a2cc Mon Sep 17 00:00:00 2001 From: Megastruktur Date: Fri, 31 Jul 2020 12:31:13 +0300 Subject: [PATCH] GH-59 Roll 0d - Closes #59 --- module/blades-roll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/blades-roll.js b/module/blades-roll.js index b424b0a..2dc453d 100644 --- a/module/blades-roll.js +++ b/module/blades-roll.js @@ -24,7 +24,7 @@ export async function bladesRoll(dice_amount, attribute_name = "") { // show 3d Dice so Nice if enabled if (niceDice) { - game.dice3d.showForRoll(r).then((displayed, zeromode, attribute_name) => { + game.dice3d.showForRoll(r).then((displayed) => { showChatRollMessage(r, zeromode, attribute_name); }); } else {