Disable requiresReload on autoTrackRolls
This commit is contained in:
parent
0a01528bd3
commit
7c68dd0c31
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export function registerWorldSettings() {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
config: true,
|
config: true,
|
||||||
default: true,
|
default: true,
|
||||||
requiresReload: true,
|
requiresReload: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
game.settings.register(__ID__, `globalAPI`, {
|
game.settings.register(__ID__, `globalAPI`, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue