mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
set to use dh ranges by default and made setting world, not client. (#323)
This commit is contained in:
parent
85ca0e6b60
commit
d4cc8e5a49
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ const registerMenuSettings = () => {
|
|||
});
|
||||
|
||||
game.settings.register(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.RangeMeasurement, {
|
||||
scope: 'client',
|
||||
scope: 'world',
|
||||
config: false,
|
||||
type: DhRangeMeasurement
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue