diff options
author | EmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com> | 2022-06-29 23:04:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 23:04:03 +0800 |
commit | 60b6e03a01761575b7da4cb1463b15ea5fd4a4ae (patch) | |
tree | 04541cd4144bffd0fe3bb4caa669b9c55c40d76f /features/slayers/index.js | |
parent | a81b9d3371481e9a00c5db4d9a019428dcd242ba (diff) | |
download | SoopyV2-60b6e03a01761575b7da4cb1463b15ea5fd4a4ae.tar.gz SoopyV2-60b6e03a01761575b7da4cb1463b15ea5fd4a4ae.tar.bz2 SoopyV2-60b6e03a01761575b7da4cb1463b15ea5fd4a4ae.zip |
removed duplicated parts
some codes were duplicated after i pasted them onto last commit, idk why
Diffstat (limited to 'features/slayers/index.js')
-rw-r--r-- | features/slayers/index.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/features/slayers/index.js b/features/slayers/index.js index 044a55d..d8d6874 100644 --- a/features/slayers/index.js +++ b/features/slayers/index.js @@ -410,13 +410,6 @@ class Slayers extends Feature { if (nameSplit[0] === `${Player.getName()}'s` && `${nameSplit[nameSplit.length - 3]} ${nameSplit[nameSplit.length - 2]}` === "Tank Zombie" && !this.summonEntity?.map(a => a.getUUID().toString()).includes(name.getUUID().toString())) { this.summonEntity.push(name) } - 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]); - } - if (this.betterHideDeadEntity.getValue()) { - if (nameSplit[nameSplit.length - 1][0] === "0" && nameSplit[nameSplit.length - 1].endsWith("❤")) { - name.getEntity()[m.setAlwaysRenderNameTag](false) - } } if (this.MinibossOffWhenBoss.getValue() && !this.bossSpawnedMessage) { |