diff options
author | EmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com> | 2022-09-19 10:33:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 10:33:27 +0800 |
commit | 2ac9efc9080a078a2ee426857beb33f43b0a8da5 (patch) | |
tree | 05fe8d75e9cc1d6e6e752bbbf53f5c0474c06262 /src | |
parent | 627cddaf0aaf22058fd9788870a1b5a63502aeff (diff) | |
download | SoopyV2-2ac9efc9080a078a2ee426857beb33f43b0a8da5.tar.gz SoopyV2-2ac9efc9080a078a2ee426857beb33f43b0a8da5.tar.bz2 SoopyV2-2ac9efc9080a078a2ee426857beb33f43b0a8da5.zip |
im so very smart w
Diffstat (limited to 'src')
-rw-r--r-- | src/features/slayers/index.js | 2 |
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); } |