aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-01 17:30:29 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-01 17:30:29 +0100
commit77697fc96ada428087f8abc2022ddb82df307d20 (patch)
treeee3dc1eb04b0b9d21fbfb2b707fe5805eb0cbba7 /src/main/java/at/hannibal2/skyhanni/features
parent3beeb1124535101fc2f71b61d760065d15b0ec32 (diff)
downloadSkyHanni-77697fc96ada428087f8abc2022ddb82df307d20.tar.gz
SkyHanni-77697fc96ada428087f8abc2022ddb82df307d20.tar.bz2
SkyHanni-77697fc96ada428087f8abc2022ddb82df307d20.zip
0.13.1 color fix
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonLevelColor.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonLevelColor.kt b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonLevelColor.kt
index 796f93ef4..740296f47 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonLevelColor.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonLevelColor.kt
@@ -45,7 +45,7 @@ class DungeonLevelColor {
if (level >= 50) return "§c§l"
if (level >= 45) return "§c"
if (level >= 40) return "§d"
- if (level >= 35) return "§b"
+ if (level >= 35) return "§6"
if (level >= 30) return "§5"
if (level >= 25) return "§9"
if (level >= 20) return "§a"