Add better status indicators, and a setting to prevent movement history recording

This commit is contained in:
Oliver 2025-12-13 21:31:56 -07:00
parent 344e9c55ab
commit c2601ba69c
18 changed files with 183 additions and 79 deletions

View file

@ -1,5 +1,5 @@
import { __ID__ } from "../../module/consts.mjs";
Hooks.on(`ready`, () => {
console.table(game.modules.get(__ID__).api.registered);
console.table(game.modules.get(__ID__).api.settings);
});