summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/dungeon
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-30 10:19:30 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-30 10:22:52 +0200
commit7a09f5e6b78680719977d4e0e7f71a31a2b031f1 (patch)
tree30a53c86e5c86c9255e287a90f3b3e6368cb7df8 /src/main/java/at/hannibal2/skyhanni/features/dungeon
parente801db2c44f4840806da58d0879779b1812c4fd2 (diff)
downloadskyhanni-7a09f5e6b78680719977d4e0e7f71a31a2b031f1.tar.gz
skyhanni-7a09f5e6b78680719977d4e0e7f71a31a2b031f1.tar.bz2
skyhanni-7a09f5e6b78680719977d4e0e7f71a31a2b031f1.zip
Added and used CropClickEvent to fix wrong cactus blocks per second values
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/dungeon')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonMilestonesDisplay.kt2
1 files changed, 1 insertions, 1 deletions
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()
}