Skip to content

Commit

Permalink
fix: fixes actor and item default sheets not being populatable
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Aug 19, 2021
1 parent b11c2ed commit 3c29240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/document-sheet-registrar.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default class DocumentSheetRegistrar {
static settings = Object.fromEntries(
Object.entries(CONFIG)
.filter(this.filterDocs)
.map(([key, config]) => [key, false])
.map(([key, config]) => [key, true])
);

/**
Expand Down

0 comments on commit 3c29240

Please sign in to comment.