summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/test
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-28 13:43:41 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-28 15:10:23 +0200
commit586947cbea3603fa1c89d4298a18c7a145f92704 (patch)
tree6f9e63ad7bc3c99978ba170d553e8caf34c8b753 /src/main/java/at/hannibal2/skyhanni/test
parentbcb79462d90df552994f515b7d573f24b73d2684 (diff)
downloadskyhanni-586947cbea3603fa1c89d4298a18c7a145f92704.tar.gz
skyhanni-586947cbea3603fa1c89d4298a18c7a145f92704.tar.bz2
skyhanni-586947cbea3603fa1c89d4298a18c7a145f92704.zip
fixed RenderItemTipEvent bug
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt b/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt
index 4bad04b3d..87473af62 100644
--- a/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt
+++ b/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt
@@ -76,15 +76,6 @@ class LorenzTest {
println("shouldLogPackets: $shouldLogPackets")
}
- private var highestStep = 0
-
- fun highStep(step: Int) {
- if (step > highestStep) {
- highestStep = step
- text = "" + highestStep
- }
- }
-
fun reloadListeners() {
val blockedFeatures = try {
File("config/skyhanni/blocked-features.txt").readLines().toList()