From e633afbafaa114c74e9cbfb966004026659075e1 Mon Sep 17 00:00:00 2001 From: EmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com> Date: Wed, 21 Sep 2022 22:02:47 +0800 Subject: w --- src/features/slayers/index.js | 4 ++-- 1 file 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 = [] } } -- cgit