Skip to content

Commit

Permalink
Update module.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LavCorps authored May 15, 2023
1 parent 23d768f commit 2660deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class S3Utils {

if(game.settings.get(this.ID, this.SETTINGS.CUSTOM_STYLE)){
game.data.files.s3.endpoint.hostname = game.settings.get(this.ID, this.SETTINGS.CUSTOM_PREFIX);
game.data.files.s3.endpoint.port = game.settings.get(this.ID, this.SETTINGS.CUSTOM_PREFIX);
game.data.files.s3.endpoint.port = game.settings.get(this.ID, this.SETTINGS.CUSTOM_PREFIX); // No idea what this does, truth be told.
game.data.files.s3.endpoint.host = game.settings.get(this.ID, this.SETTINGS.CUSTOM_PREFIX);
game.data.files.s3.endpoint.href = game.data.files.s3.endpoint.protocol + "//" + game.settings.get(this.ID, this.SETTINGS.CUSTOM_PREFIX);
}
Expand Down

0 comments on commit 2660deb

Please sign in to comment.