Add better status indicators, and a setting to prevent movement history recording
This commit is contained in:
parent
344e9c55ab
commit
c2601ba69c
18 changed files with 183 additions and 79 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue