diff --git a/src/apps/actor/base-sheet.js b/src/apps/actor/base-sheet.js index fc6efe27..c2cfe862 100644 --- a/src/apps/actor/base-sheet.js +++ b/src/apps/actor/base-sheet.js @@ -616,7 +616,7 @@ export class DS4ActorSheet extends foundry.applications.api.DocumentSheetV2 { const attr = "img"; const current = this.document.img; - const fp = new FilePicker({ + const fp = new foundry.applications.apps.FilePicker({ type: "image", current: current, callback: (path) => {