From 2660debf5b37a9c77e87a552170bfeac609a773c Mon Sep 17 00:00:00 2001 From: Samantha Divina Date: Mon, 15 May 2023 06:56:45 -0600 Subject: [PATCH] Update module.js --- scripts/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/module.js b/scripts/module.js index 4eb9675..3642d70 100644 --- a/scripts/module.js +++ b/scripts/module.js @@ -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); }