From 86afb151ad8655ae1cd311d23c42a5b60eb17255 Mon Sep 17 00:00:00 2001 From: TheFlash787 Date: Mon, 5 Oct 2020 02:03:43 +0100 Subject: [PATCH] Updated the http to https for mojang url. --- app/assets/js/assetguard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/js/assetguard.js b/app/assets/js/assetguard.js index faf30468b9..eef09d084b 100644 --- a/app/assets/js/assetguard.js +++ b/app/assets/js/assetguard.js @@ -1338,7 +1338,7 @@ class AssetGuard extends EventEmitter { return new Promise((resolve, reject) => { //Asset constants - const resourceURL = 'http://resources.download.minecraft.net/' + const resourceURL = 'https://resources.download.minecraft.net/' const localPath = path.join(self.commonPath, 'assets') const objectPath = path.join(localPath, 'objects')