diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-06 19:23:15 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-06 19:23:15 +0800 |
commit | 935eb8ce6df9ae4ffadd86020a491bf9b6dac2f7 (patch) | |
tree | 751dadb088f546e01dc14370f79a0b188059a6c0 /features | |
parent | e41c8bcc8a8d7dce9a66d64992a93431d5653674 (diff) | |
download | SoopyV2-935eb8ce6df9ae4ffadd86020a491bf9b6dac2f7.tar.gz SoopyV2-935eb8ce6df9ae4ffadd86020a491bf9b6dac2f7.tar.bz2 SoopyV2-935eb8ce6df9ae4ffadd86020a491bf9b6dac2f7.zip |
+ fix metal detector solver for some people
Diffstat (limited to 'features')
-rw-r--r-- | features/mining/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/mining/index.js b/features/mining/index.js index 3502975..74f23a3 100644 --- a/features/mining/index.js +++ b/features/mining/index.js @@ -86,7 +86,7 @@ class Mining extends Feature { this.registerEvent("tick", this.tick) this.registerEvent("itemTooltip", this.itemTooltipEvent).registeredWhen(() => this.showContainedGemstoneSlots.getValue() || this.showUnlockedGemstoneSlots.getValue()) - this.registerEvent("renderWorld", this.renderWorld).registeredWhen(() => this.guessBalHp.getValue()) + this.registerEvent("renderWorld", this.renderWorld).registeredWhen(() => this.guessBalHp.getValue() || this.metalDetectorSolver.getValue()) this.registerChat("&r&c&o&r&6&lRARE DROP! &r&eA Bal Pet dropped!&r", () => { if (this.balPetAlert.getValue()) { |