From e573bee0c0d4ae92a8ea7707e0e84da68a73345b Mon Sep 17 00:00:00 2001 From: theripper93 Date: Fri, 31 Dec 2021 16:14:04 +0100 Subject: [PATCH] a --- scripts/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/main.js b/scripts/main.js index 3a0fc11..cf20436 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -100,7 +100,6 @@ Hooks.once("ready", function () { Hooks.once("ready", function () {}); Hooks.on("updateScene", async (scene, updates) => { - debugger if (!game.user.isGM) { if (updates.flags?.bossbar) { const ids = canvas.scene.getFlag("bossbar", "bossBarActive");