aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-20 14:30:25 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-20 14:30:25 +0800
commit21b5e130b7d0a88e1e469ee675e34dedbd8e9ee0 (patch)
tree7365011fb72a200b61d69cbd4b8e7b03899dc4b7
parent652c8aa005230d91c3d52015894284a6e4b41125 (diff)
parent5a1003a1279fcd33a1a69e52f310449b3b8b3c04 (diff)
downloadSoopyV2-21b5e130b7d0a88e1e469ee675e34dedbd8e9ee0.tar.gz
SoopyV2-21b5e130b7d0a88e1e469ee675e34dedbd8e9ee0.tar.bz2
SoopyV2-21b5e130b7d0a88e1e469ee675e34dedbd8e9ee0.zip
Merge branch 'master' of https://github.com/Soopyboo32/SoopyV2
-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);
}