aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com>2022-06-23 17:41:00 +0800
committerGitHub <noreply@github.com>2022-06-23 17:41:00 +0800
commitb8b310b12ff8e4e932063fffafdda410e3c19df7 (patch)
treeb99f4c26391a8180b9ed77cf0964df7220216c90
parent7b1dbc1c193e07e50dd21c56c694fdcc594389da (diff)
downloadSoopyV2-b8b310b12ff8e4e932063fffafdda410e3c19df7.tar.gz
SoopyV2-b8b310b12ff8e4e932063fffafdda410e3c19df7.tar.bz2
SoopyV2-b8b310b12ff8e4e932063fffafdda410e3c19df7.zip
removed logging
^
-rw-r--r--features/slayers/index.js2
1 files changed, 0 insertions, 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]);
}