You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module failed to initialize entirely on some setups — the sheet counter, chat menu option, and "I" keybind all silently stopped working. Root cause: socketlib refuses to register a module that doesn't declare "socket": true in its manifest, returning undefined instead. The code called .register() on that undefined value without checking, throwing inside the module's init hook — which aborted every registration that runs afterward. Added the missing manifest flag, and made the socketlib setup defensive so a failure there can never take down the rest of the module again.
Requirements
Foundry VTT v13.341+
dnd5e system v5.0.0+
Tidy5e Sheet (optional, quadrone theme) for native counter integration
socketlib (optional) improves reliability of one specific case in shared mode