mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-07-09 16:10:28 -04:00
Remove public prefix from system template paths.
This commit is contained in:
parent
f8c8e8c731
commit
fc8331c13c
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ export class SimpleActorSheet extends ActorSheet {
|
|||
static get defaultOptions() {
|
||||
return mergeObject(super.defaultOptions, {
|
||||
classes: ["worldbuilding", "sheet", "actor"],
|
||||
template: "public/systems/worldbuilding/templates/actor-sheet.html",
|
||||
template: "systems/worldbuilding/templates/actor-sheet.html",
|
||||
width: 600,
|
||||
height: 600
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue