Skip to content

Commit

Permalink
Fix: Magenta LIvid (#2086)
Browse files Browse the repository at this point in the history
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
  • Loading branch information
hannibal002 and hannibal002 authored Jun 13, 2024
1 parent 9d39130 commit 1f4edc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/utils/LorenzColor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ enum class LorenzColor(val chatColorCode: Char, private val color: Color, privat

fun EnumDyeColor.toLorenzColor() = when (this) {
EnumDyeColor.WHITE -> WHITE
EnumDyeColor.MAGENTA -> AQUA
EnumDyeColor.MAGENTA -> LIGHT_PURPLE
EnumDyeColor.PINK -> LIGHT_PURPLE
EnumDyeColor.RED -> RED
EnumDyeColor.SILVER -> GRAY
Expand Down

0 comments on commit 1f4edc6

Please sign in to comment.