diff options
-rw-r--r-- | features/cosmetics/index.js | 3 | ||||
-rw-r--r-- | metadata.json | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/features/cosmetics/index.js b/features/cosmetics/index.js index c8504c3..e4de980 100644 --- a/features/cosmetics/index.js +++ b/features/cosmetics/index.js @@ -36,10 +36,9 @@ class Cosmetics extends Feature { this.registerStep(false, 60*10, ()=>{ new Thread(()=>{this.loadCosmeticsData.call(this)}).start() }) - - } + loadCosmeticsData(){ let data = JSON.parse(FileLib.getUrlContent("http://soopymc.my.to/api/soopyv2/cosmetics.json")) diff --git a/metadata.json b/metadata.json index c82e848..747bad7 100644 --- a/metadata.json +++ b/metadata.json @@ -5,8 +5,8 @@ "entry": "index.js", "description": "Soopy addons v2", "name": "SoopyV2", - "version": "2.0.6", - "versionId": 116, + "version": "2.0.7", + "versionId": 117, "requires": [ "soopyApis", "soopyAddonsData", |