From 062f87c1acca16a40c8944de27efaac9741b44e6 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Tue, 24 May 2022 19:37:17 +0800 Subject: oops i edited the wrong thing --- features/mining/index.js | 4 ++-- metadata.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/features/mining/index.js b/features/mining/index.js index d557aed..eb1c434 100644 --- a/features/mining/index.js +++ b/features/mining/index.js @@ -136,10 +136,10 @@ class Mining extends Feature { money = 0 startingTime = -1 lastMined = 0 - this.gemstoneMoneyHudElement.setText("&6Event&7> &f" + socketConnection.chEvent.join(" &7->&f ")) + this.gemstoneMoneyHudElement.setText("") } - this.nextChEventElement.setText() + this.nextChEventElement.setText("&6Event&7> &f" + socketConnection.chEvent.join(" &7->&f ")) }) // 2X POWDER ENDED! diff --git a/metadata.json b/metadata.json index efba9b7..9449f9f 100644 --- a/metadata.json +++ b/metadata.json @@ -5,8 +5,8 @@ "entry": "index.js", "description": "SoopyV2", "name": "SoopyV2", - "version": "2.1.84", - "versionId": 211, + "version": "2.1.85", + "versionId": 212, "requires": [ "soopyApis", "soopyAddonsData", -- cgit