From 7a09f5e6b78680719977d4e0e7f71a31a2b031f1 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 30 Apr 2023 10:19:30 +0200 Subject: Added and used CropClickEvent to fix wrong cactus blocks per second values --- .../at/hannibal2/skyhanni/features/dungeon/DungeonMilestonesDisplay.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/features/dungeon') diff --git a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonMilestonesDisplay.kt b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonMilestonesDisplay.kt index 2e40a363b..5bdc812fc 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonMilestonesDisplay.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonMilestonesDisplay.kt @@ -30,7 +30,7 @@ class DungeonMilestonesDisplay { } init { - fixedRateTimer(name = "dungeon-milestone-display", period = 200) { + fixedRateTimer(name = "skyhanni-dungeon-milestone-display", period = 200) { if (!isEnabled()) return@fixedRateTimer checkVisibility() } -- cgit