set to use dh ranges by default and made setting world, not client. (#323)

This commit is contained in:
IrkTheImp 2025-07-11 14:50:08 -05:00 committed by GitHub
parent 85ca0e6b60
commit d4cc8e5a49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
});