Skip to content

Commit

Permalink
fix: wrong sheet name
Browse files Browse the repository at this point in the history
  • Loading branch information
xdy committed Jul 2, 2020
1 parent 453425e commit 3db1fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/actor/actor-sheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class twodsixActorSheet extends ActorSheet {
static get defaultOptions() {
return mergeObject(super.defaultOptions, {
classes: ["twodsix", "sheet", "actor"],
template: "systems/twodsix/templates/actors/character-sheet.html",
template: "systems/twodsix/templates/actors/actor-sheet.html",
width: 600,
height: 600,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }]
Expand Down

0 comments on commit 3db1fff

Please sign in to comment.