set to use dh ranges by default and made setting world, not client.

This commit is contained in:
IrkTheImp 2025-07-11 14:40:28 -05:00
parent 85ca0e6b60
commit afcf2b2f48
2 changed files with 2 additions and 2 deletions

View file

@ -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
});