Skip to content

Commit

Permalink
Merge pull request #128 from moo-man/dev
Browse files Browse the repository at this point in the history
s3 fix
  • Loading branch information
moo-man authored Feb 13, 2023
2 parents 330372d + 093f03c commit fea4377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ddimport.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ class DDImporter extends FormApplication {
ui.notifications.notify("upload still in progress, please wait")
await p
ui.notifications.notify("creating scene")
DDImporter.DDImport(aggregated, sceneName, fileName, path, fidelity, offset, padding, image_type, bucket, game.data.files.s3.endpoint, source, pixelsPerGrid)
DDImporter.DDImport(aggregated, sceneName, fileName, path, fidelity, offset, padding, image_type, bucket, game.data.files.s3?.endpoint, source, pixelsPerGrid)

game.settings.set("dd-import", "importSettings", {
source: source,
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "dd-import",
"title": "Universal Battlemap Importer",
"description": "Imports scene elements from Universal VTT files generated by editors like DungeonFog and Dungeondraft",
"version": "2.5.0",
"version": "2.5.1",
"authors": [
{"name": "Moo Man", "id": "Moo Man", "discord": "Moo Man#7518"},
{"name": "m42e", "id": "m42e"},
Expand All @@ -19,5 +19,5 @@
"maximum": "11"
},
"manifest": "https://raw.githubusercontent.com/moo-man/FVTT-DD-Import/master/module.json",
"download": "https://github.com/moo-man/FVTT-DD-Import/releases/download/2.5.0/uvtt-import.zip"
"download": "https://github.com/moo-man/FVTT-DD-Import/releases/download/2.5.1/uvtt-import.zip"
}

0 comments on commit fea4377

Please sign in to comment.