Add ability to let players who own a document edit the attributes for it via the UI
This commit is contained in:
parent
0cc202e48d
commit
e1f173dde7
4 changed files with 40 additions and 10 deletions
|
|
@ -8,6 +8,9 @@ import { PlayerData } from "../data/Player.mjs";
|
|||
import { TAFActor } from "../documents/Actor.mjs";
|
||||
import { TAFTokenDocument } from "../documents/Token.mjs";
|
||||
|
||||
// Settings
|
||||
import { registerWorldSettings } from "../settings/world.mjs";
|
||||
|
||||
// Utils
|
||||
import { __ID__ } from "../consts.mjs";
|
||||
import { Logger } from "../utils/Logger.mjs";
|
||||
|
|
@ -28,4 +31,6 @@ Hooks.on(`init`, () => {
|
|||
label: `taf.sheet-names.PlayerSheet`,
|
||||
},
|
||||
);
|
||||
|
||||
registerWorldSettings();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue