aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-20 14:26:03 +0800
committerGitHub <noreply@github.com>2022-09-20 14:26:03 +0800
commit5a1003a1279fcd33a1a69e52f310449b3b8b3c04 (patch)
treeddfdb17c54ed4f9e30ee860bf913e83a555c8980 /src
parente08e61e420b520c0442d4302a5db5e9d6f8e9356 (diff)
parent2ac9efc9080a078a2ee426857beb33f43b0a8da5 (diff)
downloadSoopyV2-5a1003a1279fcd33a1a69e52f310449b3b8b3c04.tar.gz
SoopyV2-5a1003a1279fcd33a1a69e52f310449b3b8b3c04.tar.bz2
SoopyV2-5a1003a1279fcd33a1a69e52f310449b3b8b3c04.zip
Merge pull request #74 from EmeraldMerchant/patch-66
Diffstat (limited to 'src')
-rw-r--r--src/features/slayers/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/slayers/index.js b/src/features/slayers/index.js
index ab7c9dc..5838f10 100644
--- a/src/features/slayers/index.js
+++ b/src/features/slayers/index.js
@@ -457,7 +457,7 @@ class Slayers extends Feature {
if (this.emanBoss && this.boxAroundEmanBoss.getValue()) drawBoxAtEntity(this.emanBoss, 0, 255, 0, 1, -3, ticks, 4, false);
- if (this.emanBoss && this.emanStartedSittingTime > 0 && this.emanLazerTimer.getValue() && this.emanLazerTimerLocation.getValue === "inBoss") {
+ if (this.emanBoss && this.emanStartedSittingTime > 0 && this.emanLazerTimer.getValue() && this.emanLazerTimerLocation.getValue() === "inBoss") {
Tessellator.drawString(ChatLib.addColor("&a&lLazer: &c&l" + Math.max(0, 8.2 - (Date.now() - this.emanStartedSittingTime) / 1000).toFixed(1)), this.emanBoss.getX(), this.emanBoss.getY() - 1.2, this.emanBoss.getZ(), 0, true, 0.04, false);
}