This commit is contained in:
WBHarry 2026-03-05 23:56:26 +01:00
parent fb61eee440
commit 1e61cf54d8

View file

@ -248,6 +248,8 @@ export default class DhHomebrewSettings extends HandlebarsApplicationMixin(Appli
await this.settings.updateSource({
[`${path}.-=${id}`]: null
});
game.settings.set(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.Homebrew, this.settings.toObject());
this.render();
}