diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-24 19:37:17 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-24 19:37:17 +0800 |
commit | 062f87c1acca16a40c8944de27efaac9741b44e6 (patch) | |
tree | b3dd8991cbc417f1275c566b4df29e2919f7624c | |
parent | e822810c47267b4a8e8d6dc89084a8c3fb0d006a (diff) | |
download | SoopyV2-062f87c1acca16a40c8944de27efaac9741b44e6.tar.gz SoopyV2-062f87c1acca16a40c8944de27efaac9741b44e6.tar.bz2 SoopyV2-062f87c1acca16a40c8944de27efaac9741b44e6.zip |
oops i edited the wrong thing
-rw-r--r-- | features/mining/index.js | 4 | ||||
-rw-r--r-- | 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", |