Skip to content

Commit

Permalink
Updated the http to https for mojang url.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFlash787 committed Oct 5, 2020
1 parent 8f498ed commit 86afb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/js/assetguard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 86afb15

Please sign in to comment.