Skip to content

Commit 9e8aa89

Browse files
committed
Update pbta.js
1 parent f1a5165 commit 9e8aa89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/module/pbta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Hooks.on("i18nInit", () => {
117117
// Build out character data structures.
118118
const pbtaSettings = game.settings.get("pbta", "sheetConfig");
119119

120-
if (pbtaSettings.overridden && activeModules.length) {
120+
if (pbtaSettings.overridden && game.pbta.moduleConfig) {
121121
game.pbta.sheetConfig = pbtaSettings.overridden;
122122
} else if (pbtaSettings.computed) {
123123
game.pbta.sheetConfig = utils.convertSheetConfig(pbtaSettings.computed);

0 commit comments

Comments
 (0)