mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-11 03:27:08 +01:00
Fixed CompendiumBrowserSettings misstakenly being a client setting instead of a world setting
This commit is contained in:
parent
a42d708f15
commit
59363c57e4
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ const registerNonConfigSettings = () => {
|
|||
});
|
||||
|
||||
game.settings.register(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.CompendiumBrowserSettings, {
|
||||
scope: 'client',
|
||||
scope: 'world',
|
||||
config: false,
|
||||
type: CompendiumBrowserSettings
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue