From eadcb388106517adc994152cd4c35ed47c93a4f2 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 14 Nov 2021 11:54:30 +0800 Subject: update metadata --- features/cosmetics/index.js | 3 +-- 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", -- cgit