Fixed typo

This commit is contained in:
Mike Magarino 2020-12-09 09:32:09 -05:00
parent 58c1548b81
commit 9315047183

View file

@ -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);