From b8b310b12ff8e4e932063fffafdda410e3c19df7 Mon Sep 17 00:00:00 2001 From: EmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com> Date: Thu, 23 Jun 2022 17:41:00 +0800 Subject: removed logging ^ --- features/slayers/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/features/slayers/index.js b/features/slayers/index.js index 2b5ad8e..ea592c8 100644 --- a/features/slayers/index.js +++ b/features/slayers/index.js @@ -385,8 +385,6 @@ class Slayers extends Feature { if (!this.bossSpawnedMessage && e instanceof net.minecraft.entity.item.EntityArmorStand) { let mobName = `${e[m.getCustomNameTag]().removeFormatting().split(" ")[0]} ${e[m.getCustomNameTag]().removeFormatting().split(" ")[1]}` if (this.Miniboss[this.lastSlayerType].has(mobName)) { - ChatLib.chat("a") - ChatLib.chat(!this.minibossEntity.map(a=>a[0].getUUID().toString()).includes(e[m.getEntityId.Entity]().toString())) if (this.BoxAroundMiniboss.getValue() && !this.minibossEntity.map(a=>a[0].getUUID().toString()).includes(e[m.getEntityId.Entity]().toString())) { this.minibossEntity.push([new Entity(e), this.lastSlayerType]); } -- cgit