diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-22 11:20:35 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-22 11:20:35 +0800 |
commit | ce6dac24ef4dfb85283374dc3c8da461404f70fe (patch) | |
tree | 537471abf648c497dfef199f19b1406ae3d3aaac | |
parent | 39e5b0c682c7eccfd52f8f35dc614e727b7fd415 (diff) | |
parent | e199486bc9b1b6e972d7501cfbdfb0010ffa672e (diff) | |
download | SoopyV2-ce6dac24ef4dfb85283374dc3c8da461404f70fe.tar.gz SoopyV2-ce6dac24ef4dfb85283374dc3c8da461404f70fe.tar.bz2 SoopyV2-ce6dac24ef4dfb85283374dc3c8da461404f70fe.zip |
Merge branch 'master' of https://github.com/Soopyboo32/SoopyV2
-rw-r--r-- | src/features/slayers/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/features/slayers/index.js b/src/features/slayers/index.js index 5838f10..a88734f 100644 --- a/src/features/slayers/index.js +++ b/src/features/slayers/index.js @@ -559,8 +559,8 @@ class Slayers extends Feature { }); } if (this.MinibossOffWhenBoss.getValue() && this.bossSpawnedMessage && (this.minibossEntity.length > 0 || this.areaMiniEntity.length > 0)) { - this.minibossEntity.forEach(m => m.delete()) - this.areaMiniEntity.forEach(m => m.delete()) + this.minibossEntity = [] + this.areaMiniEntity = [] } } |