From b19e2ed181ef8618d71ad33960befceff510cfa9 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:02:25 +0200 Subject: code cleanup --- .../at/hannibal2/skyhanni/features/nether/VolcanoExplosivityDisplay.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/features/nether') 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) { -- cgit