diff --git a/system/scripts/dice/roll.js b/system/scripts/dice/roll.js index dc4740c..0bbad72 100644 --- a/system/scripts/dice/roll.js +++ b/system/scripts/dice/roll.js @@ -356,8 +356,6 @@ export class RollL5r5e extends Roll { ); messageData.roll = this; - console.log("toMessage", messageData); //todo tmp - // Either create the message or just return the chat data return ChatMessage.implementation.create(messageData, { rollMode: rMode, diff --git a/system/scripts/gm/gm-toolbox.js b/system/scripts/gm/gm-toolbox.js index 5272630..c7a9dba 100644 --- a/system/scripts/gm/gm-toolbox.js +++ b/system/scripts/gm/gm-toolbox.js @@ -20,7 +20,7 @@ export class GmToolbox extends FormApplication { classes: ["l5r5e", "gm-toolbox"], template: CONFIG.l5r5e.paths.templates + "gm/gm-toolbox.html", title: game.i18n.localize("l5r5e.gm.toolbox.title"), - left: x - 627, + left: x - 630, top: y - 98, closeOnSubmit: false, submitOnClose: false,