aboutsummaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorEmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com>2022-08-25 20:27:33 +0800
committerGitHub <noreply@github.com>2022-08-25 20:27:33 +0800
commit3f23518de2b06ed530113bb2b8cdf22bfa857f74 (patch)
tree0bdd45a95fbeb5a5feda0609ad1f57ff7a3dd754 /features
parent90fa7fd9eec064912ba1fbd0760f1b425bc96e9c (diff)
downloadSoopyV2-3f23518de2b06ed530113bb2b8cdf22bfa857f74.tar.gz
SoopyV2-3f23518de2b06ed530113bb2b8cdf22bfa857f74.tar.bz2
SoopyV2-3f23518de2b06ed530113bb2b8cdf22bfa857f74.zip
oops
Diffstat (limited to 'features')
-rw-r--r--features/slayers/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/slayers/index.js b/features/slayers/index.js
index c51cb60..b48a76e 100644
--- a/features/slayers/index.js
+++ b/features/slayers/index.js
@@ -505,7 +505,7 @@ class Slayers extends Feature {
}
}
}
- if ((this.MinibossOffWhenBoss.getValue() && !this.bossSpawnedMessage) || true) {
+ if ((this.MinibossOffWhenBoss.getValue() && !this.bossSpawnedMessage) || !this.MinibossOffWhenBoss.getValue()) {
if (this.BoxAroundMiniboss.getValue() && !this.bossSpawnedMessage && this.Miniboss[this.lastSlayerType]?.has(MobName) && !this.minibossEntity.map(a => a[0].getUUID().toString()).includes(name.getUUID().toString())) {
this.minibossEntity.push([name, this.lastSlayerType]);
}