diff options
-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", |