Skip to content

Commit

Permalink
Accidentally broke the Filepicker patches
Browse files Browse the repository at this point in the history
  • Loading branch information
FaeyUmbrea committed Sep 27, 2022
1 parent baf4a77 commit 190c8fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ class S3Utils {
else if(game.settings.get(this.ID, this.SETTINGS.CUSTOM_STYLE)){
uri = game.data.files.s3.endpoint.href + "/" + filepath;
}
return url;
else {
uri = url;
}
return uri;
}
}

Expand Down

0 comments on commit 190c8fd

Please sign in to comment.