aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/nether
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-04-03 20:02:25 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-04-03 20:02:25 +0200
commitb19e2ed181ef8618d71ad33960befceff510cfa9 (patch)
treef094fcd94241277364841ec8a11bb4b984908510 /src/main/java/at/hannibal2/skyhanni/features/nether
parent1d051f3e1e35489989ca109f1493154641c23068 (diff)
downloadskyhanni-b19e2ed181ef8618d71ad33960befceff510cfa9.tar.gz
skyhanni-b19e2ed181ef8618d71ad33960befceff510cfa9.tar.bz2
skyhanni-b19e2ed181ef8618d71ad33960befceff510cfa9.zip
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/nether')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/nether/VolcanoExplosivityDisplay.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/nether/VolcanoExplosivityDisplay.kt b/src/main/java/at/hannibal2/skyhanni/features/nether/VolcanoExplosivityDisplay.kt
index 107d244ec..120f8b914 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/nether/VolcanoExplosivityDisplay.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/nether/VolcanoExplosivityDisplay.kt
@@ -27,7 +27,7 @@ class VolcanoExplosivityDisplay {
private var display = ""
@SubscribeEvent
- fun onTick(event: TabListUpdateEvent) {
+ fun onTabListUpdate(event: TabListUpdateEvent) {
if (!isEnabled()) return
val text = event.tabList.nextAfter({ headerPattern.matches(it) }) ?: return
statusPattern.matchMatcher(text) {