diff --git a/Changelog.md b/Changelog.md index 99d84eb..ada5edc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -# 0.8.4 +# 0.8.4/0.8.5 - Some Auras would not work in D&D 2.4 system. - Better support for 5e character race changes. diff --git a/module.json b/module.json index ace057a..7215c9b 100644 --- a/module.json +++ b/module.json @@ -14,7 +14,7 @@ "url": "https://github.com/kandashi/Active-Auras", "bugs": "https://github.com/kandashi/Active-Auras/issues", "flags": {}, - "version": "0.8.4", + "version": "0.8.5", "compatibility": { "minimum": 11, "verified": 11 diff --git a/src/lib/AAHooks.mjs b/src/lib/AAHooks.mjs index a4224cb..2102ece 100644 --- a/src/lib/AAHooks.mjs +++ b/src/lib/AAHooks.mjs @@ -75,8 +75,6 @@ export async function updateTokenHook(token, update, _flags, _id) { return; } - console.warn(token) - if ("y" in update || "x" in update || "elevation" in update) { // await token.object._animation; await CanvasAnimation.getAnimation(token.object.animationName)?.promise;