diff --git a/module/system/bol-combat.js b/module/system/bol-combat.js index a676fe4..9696d79 100644 --- a/module/system/bol-combat.js +++ b/module/system/bol-combat.js @@ -20,7 +20,7 @@ export class BoLCombatManager extends Combat { console.log(`${game.system.title} | Combat.rollInitiative()`, ids, formula, messageOptions); // Structure input data ids = typeof ids === "string" ? [ids] : ids; - const currentId = this.combatant.id; + //const currentId = this.combatant.id; // calculate initiative for (let cId = 0; cId < ids.length; cId++) { diff --git a/system.json b/system.json index a603b58..b74dffc 100644 --- a/system.json +++ b/system.json @@ -14,7 +14,7 @@ ], "url": "https://www.uberwald.me/gitea/public/bol", "license": "LICENSE.txt", - "version": "10.4.7", + "version": "10.4.8", "compatibility": { "minimum": "10", "verified": "10", @@ -203,7 +203,7 @@ ], "socket": true, "manifest": "https://www.uberwald.me/gitea/public/bol/raw/v10/system.json", - "download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v10.4.7.zip", + "download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v10.4.8.zip", "background": "systems/images/map_lemurie.webp", "gridDistance": 1.5, "gridUnits": "m",