aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/slayer
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-09-07 13:46:31 +0200
committerLorenz <lo.scherf@gmail.com>2022-09-07 13:46:31 +0200
commita356555e2cf6c9a88e9039340e8a294a3ed5677a (patch)
tree77fbd26409a3f4f2339e1af1d0c9ed79a8f4c295 /src/main/java/at/hannibal2/skyhanni/features/slayer
parent0dcd85d1103e5b8072aa97e186e986febbe6a60b (diff)
downloadskyhanni-a356555e2cf6c9a88e9039340e8a294a3ed5677a.tar.gz
skyhanni-a356555e2cf6c9a88e9039340e8a294a3ed5677a.tar.bz2
skyhanni-a356555e2cf6c9a88e9039340e8a294a3ed5677a.zip
fixed bazaar api checking too often
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/slayer')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/slayer/EndermanSlayerBeacon.kt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/slayer/EndermanSlayerBeacon.kt b/src/main/java/at/hannibal2/skyhanni/features/slayer/EndermanSlayerBeacon.kt
index f2cf90190..15b497936 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/slayer/EndermanSlayerBeacon.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/slayer/EndermanSlayerBeacon.kt
@@ -7,7 +7,6 @@ import at.hannibal2.skyhanni.events.RenderMobColoredEvent
import at.hannibal2.skyhanni.events.withAlpha
import at.hannibal2.skyhanni.features.damageindicator.BossType
import at.hannibal2.skyhanni.features.damageindicator.DamageIndicatorManager
-import at.hannibal2.skyhanni.test.LorenzTest
import at.hannibal2.skyhanni.utils.*
import at.hannibal2.skyhanni.utils.ItemUtils.name
import at.hannibal2.skyhanni.utils.RenderUtils.drawColor
@@ -76,7 +75,7 @@ class EndermanSlayerBeacon {
if (!isEnabled()) return
if (event.entity in armorStands) {
- event.color = LorenzColor.DARK_RED.toColor().withAlpha(LorenzTest.a.toInt())
+ event.color = LorenzColor.DARK_RED.toColor().withAlpha(1)
}
}