aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com>2022-09-11 18:41:26 +0800
committerGitHub <noreply@github.com>2022-09-11 18:41:26 +0800
commitb6f16165d53d8a542fe76fa1cfc96dd9521fd218 (patch)
treee252f0721502fd5af80b817547ef2bf70c395811
parenta6f82817793c6ac904173fbb7077c2542ae5679b (diff)
downloadSoopyV2-b6f16165d53d8a542fe76fa1cfc96dd9521fd218.tar.gz
SoopyV2-b6f16165d53d8a542fe76fa1cfc96dd9521fd218.tar.bz2
SoopyV2-b6f16165d53d8a542fe76fa1cfc96dd9521fd218.zip
oopsie
-rw-r--r--features/nether/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/nether/index.js b/features/nether/index.js
index fa6a712..49388bd 100644
--- a/features/nether/index.js
+++ b/features/nether/index.js
@@ -219,7 +219,7 @@ class Nether extends Feature {
let name = e[m.getCustomNameTag]()
if (name) {
if (name.includes("Ashfang") || name.includes("Barbarian Duke X") || name.includes("Bladesoul") || name.includes("Mage Outlaw")) {
- this.miniboss = e
+ this.miniboss = new Entity(e)
}
}
})