aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/test
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-24 17:41:17 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-24 17:41:17 +0100
commitbb35657f6c5869f04c4ce633446a1809a07a0c07 (patch)
tree1114bb5560dccc7e554fcf363140cfb1bda90d0d /src/main/java/at/hannibal2/skyhanni/test
parent3adeb49eca10cd9c5408d0850e3b93fc57954dca (diff)
downloadskyhanni-bb35657f6c5869f04c4ce633446a1809a07a0c07.tar.gz
skyhanni-bb35657f6c5869f04c4ce633446a1809a07a0c07.tar.bz2
skyhanni-bb35657f6c5869f04c4ce633446a1809a07a0c07.zip
started with new gui editor
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 ea1ac0a82..bc008f43a 100644
--- a/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt
+++ b/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt
@@ -131,7 +131,7 @@ class LorenzTest {
if (!LorenzUtils.inSkyBlock) return
if (!SkyHanniMod.feature.dev.debugEnabled) return
- SkyHanniMod.feature.dev.debugPos.renderString(text)
+ SkyHanniMod.feature.dev.debugPos.renderString(text, posLabel = "Test")
}
@SubscribeEvent