Point to https mojang endpoint.

This commit is contained in:
Daniel Scalzi
2020-09-16 13:49:10 -04:00
parent faa5f5267b
commit 3ea41b42e5
3 changed files with 9 additions and 9 deletions

View File

@@ -1331,7 +1331,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')