diff options
author | EmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com> | 2022-09-14 09:59:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 09:59:02 +0800 |
commit | e444bc60f64fb4e192220732bb650f99e8efef03 (patch) | |
tree | 892271e0a830adb2548e4431d24343ece2640f6f /features/nether/index.js | |
parent | 7d94a3b18a6a5fa8cdd3e067a32b21f3f751aee8 (diff) | |
download | SoopyV2-e444bc60f64fb4e192220732bb650f99e8efef03.tar.gz SoopyV2-e444bc60f64fb4e192220732bb650f99e8efef03.tar.bz2 SoopyV2-e444bc60f64fb4e192220732bb650f99e8efef03.zip |
fixed nether mini hp hud
= nether miniboss hp hud not disappearing after leaving nether (if left mid boss fight/ dead)
Diffstat (limited to 'features/nether/index.js')
-rw-r--r-- | features/nether/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/nether/index.js b/features/nether/index.js index 49388bd..77d8f27 100644 --- a/features/nether/index.js +++ b/features/nether/index.js @@ -143,6 +143,7 @@ class Nether extends Feature { this.controlLocLast = undefined this.controlLoc = undefined this.controlSkeleton = undefined + this.miniboss = undefined }) this.registerChat("You completed your rescue quest! Visit the Town Board to claim the rewards,", () => { |