diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-08-24 16:11:54 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-08-24 16:11:54 +0800 |
commit | f3f1ba0222933dfcf2c7703038e454c38927ab98 (patch) | |
tree | 6e56d062d47a8d1d0cbb1cbbaad3d64ef398b1a1 /features | |
parent | 65d102ef50b0e8ea64b629013af4b018b1921bc1 (diff) | |
download | SoopyV2-f3f1ba0222933dfcf2c7703038e454c38927ab98.tar.gz SoopyV2-f3f1ba0222933dfcf2c7703038e454c38927ab98.tar.bz2 SoopyV2-f3f1ba0222933dfcf2c7703038e454c38927ab98.zip |
fix false
Diffstat (limited to 'features')
-rw-r--r-- | features/specialMining/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/specialMining/index.js b/features/specialMining/index.js index 94f4d7f..1c64fee 100644 --- a/features/specialMining/index.js +++ b/features/specialMining/index.js @@ -220,7 +220,7 @@ class PowderAndScatha extends Feature { this.hudElements = []; this.inCrystalHollows = false; this.foundWither = true; - this.dPowder = false; + this.dPowder = 0; } onDisable() { |