Disable requiresReload on autoTrackRolls

This commit is contained in:
Oliver-Akins 2025-05-29 23:15:46 -06:00
parent 0a01528bd3
commit 7c68dd0c31

View file

@ -11,7 +11,7 @@ export function registerWorldSettings() {
type: Boolean,
config: true,
default: true,
requiresReload: true,
requiresReload: false,
});
game.settings.register(__ID__, `globalAPI`, {