aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-14 11:54:30 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-14 11:54:30 +0800
commiteadcb388106517adc994152cd4c35ed47c93a4f2 (patch)
treeb2e1ea8eeab85e18277c29bd01cf78f648756ae6
parent0944f0576c9ef34b0a6a19fea09f3bec3f062fb7 (diff)
downloadSoopyV2-eadcb388106517adc994152cd4c35ed47c93a4f2.tar.gz
SoopyV2-eadcb388106517adc994152cd4c35ed47c93a4f2.tar.bz2
SoopyV2-eadcb388106517adc994152cd4c35ed47c93a4f2.zip
update metadata
-rw-r--r--features/cosmetics/index.js3
-rw-r--r--metadata.json4
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",