summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/test
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-07 02:32:01 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-07 02:32:01 +0100
commit614eb4d782c5940e13df0e50c00cdfeacd55bad0 (patch)
tree26dd5f8b646add4ba40af0816d4373229822e889 /src/main/java/at/hannibal2/skyhanni/test
parent62f0750771748571d4f2f8f02f8b77a186c2d4c0 (diff)
downloadskyhanni-614eb4d782c5940e13df0e50c00cdfeacd55bad0.tar.gz
skyhanni-614eb4d782c5940e13df0e50c00cdfeacd55bad0.tar.bz2
skyhanni-614eb4d782c5940e13df0e50c00cdfeacd55bad0.zip
Renamed hypixel and skyblock.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt b/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt
index dce81b5df..f7ab6a90b 100644
--- a/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt
+++ b/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt
@@ -122,7 +122,7 @@ class LorenzTest {
@SubscribeEvent
fun onRenderOverlay(event: RenderGameOverlayEvent.Post) {
if (event.type != RenderGameOverlayEvent.ElementType.ALL) return
- if (!LorenzUtils.inSkyblock) return
+ if (!LorenzUtils.inSkyBlock) return
if (!SkyHanniMod.feature.dev.debugEnabled) return
SkyHanniMod.feature.dev.debugPos.renderString(text)