Skip to content

Commit

Permalink
Update scripts/module.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FaeyUmbrea authored May 16, 2023
1 parent 2660deb commit b86ec8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ 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); // 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 b86ec8c

Please sign in to comment.