fix formapp constructor

This commit is contained in:
Vlyan
2020-12-23 21:00:47 +01:00
parent cf06635b01
commit 6659087a82
4 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ export class CharacterSheetL5r5e extends BaseSheetL5r5e {
class: "twenty-questions",
icon: "fas fa-graduation-cap",
onclick: async () => {
await new TwentyQuestionsDialog({}, this.actor).render(true);
await new TwentyQuestionsDialog(this.actor).render(true);
},
});
return buttons;