forked from GitHub-Mirrors/foundry-sw5e
Fixed typo
This commit is contained in:
parent
58c1548b81
commit
9315047183
1 changed files with 1 additions and 1 deletions
2
sw5e.js
2
sw5e.js
|
@ -241,7 +241,7 @@ Hooks.on("renderSceneDirectory", (app, html, data)=> {
|
|||
});
|
||||
Hooks.on("renderActorDirectory", (app, html, data)=> {
|
||||
setFolderBackground(html);
|
||||
CharacterImporter.addImportButton(html));
|
||||
CharacterImporter.addImportButton(html);
|
||||
});
|
||||
Hooks.on("renderItemDirectory", (app, html, data)=> {
|
||||
setFolderBackground(html);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue