Files
fvtt-lethal-fantasy/module
uberwald 1b53bf9152
Release Creation / build (release) Successful in 41s
fix: resolve hud actor from hud.token not render context param
V2 renderTokenHUD passes (hud, html, data) where data is a render
context object — not a TokenDocument.  data.actor was undefined,
and data?.token?.actor was also undefined.  Use hud.token.actor
(or hud.object.actor) instead, which is the real PlaceableObject
with proper actor resolution.

Also fix html.find() → html.querySelector() for V2 HTMLElement.
2026-06-12 19:01:54 +02:00
..
2026-06-12 08:19:42 +02:00
2024-11-21 23:59:44 +01:00
2026-06-12 08:19:42 +02:00