From df6d64bd51ba041fe227eaee166735cad32afbf3 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 21 Apr 2022 18:34:58 +0800 Subject: ad --- features/slayers/index.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/features/slayers/index.js b/features/slayers/index.js index c0648c6..50e5867 100644 --- a/features/slayers/index.js +++ b/features/slayers/index.js @@ -273,13 +273,13 @@ class Slayers extends Feature { } } - if (e instanceof net.minecraft.entity.item.EntityArmorStand && e[m.getCustomNameTag]()) { - let name = e[m.getCustomNameTag]() - let isPiller = true - if (name.split(" ")[0].split("").pop() !== "s") isPiller = false - if (name.split(" ")[0].split("").pop() !== "s") isPiller = false - //TODO: thus - } + // if (e instanceof net.minecraft.entity.item.EntityArmorStand && e[m.getCustomNameTag]()) { + // let name = e[m.getCustomNameTag]() + // let isPiller = true + // if (name.split(" ")[0].split("").pop() !== "s") isPiller = false + // if (name.split(" ")[0].split("").pop() !== "s") isPiller = false + // //TODO: thus + // } } catch (_) { console.log(JSON.stringify(_, undefined, 2)); } -- cgit