summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/dungeon
diff options
context:
space:
mode:
authorLorenz <ESs95s3P5z8Pheb>2022-07-15 13:41:57 +0200
committerLorenz <ESs95s3P5z8Pheb>2022-07-15 13:41:57 +0200
commite07c1db5719bf675da0c5ea8b122f9e56de347f6 (patch)
treea7662910f1b5eb541879f3c3de312bf8f524382a /src/main/java/at/hannibal2/skyhanni/dungeon
parent7ccc7c7ca5e6323a44694adadb8f6f3b77a687ba (diff)
downloadskyhanni-e07c1db5719bf675da0c5ea8b122f9e56de347f6.tar.gz
skyhanni-e07c1db5719bf675da0c5ea8b122f9e56de347f6.tar.bz2
skyhanni-e07c1db5719bf675da0c5ea8b122f9e56de347f6.zip
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/dungeon')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/dungeon/DungeonDeathCounter.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/dungeon/DungeonDeathCounter.kt b/src/main/java/at/hannibal2/skyhanni/dungeon/DungeonDeathCounter.kt
index 521dbeb6d..eae6535da 100644
--- a/src/main/java/at/hannibal2/skyhanni/dungeon/DungeonDeathCounter.kt
+++ b/src/main/java/at/hannibal2/skyhanni/dungeon/DungeonDeathCounter.kt
@@ -88,7 +88,7 @@ class DungeonDeathCounter {
fun renderOverlay(event: RenderGameOverlayEvent.Post) {
if (!isEnabled()) return
- SkyHanniMod.feature.dungeon.deathCounterDisplay.renderString(DungeonMilestoneDisplay.color + textToRender)
+ SkyHanniMod.feature.dungeon.deathCounterPos.renderString(DungeonMilestoneDisplay.color + textToRender)
}
private fun isEnabled(): Boolean {