diff options
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/inventory/chocolatefactory/ChocolatePositionChange.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/inventory/chocolatefactory/ChocolatePositionChange.kt b/src/main/java/at/hannibal2/skyhanni/features/inventory/chocolatefactory/ChocolatePositionChange.kt index 0868f5bd2..fc0a66786 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/inventory/chocolatefactory/ChocolatePositionChange.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/chocolatefactory/ChocolatePositionChange.kt @@ -20,7 +20,7 @@ object ChocolatePositionChange { if (lastLeaderboard == leaderboard) return lastLeaderboard?.let { lastLb -> - var message = "$lastLb §c-> $leaderboard" + var message = "§b$lastLb §c-> §b$leaderboard" val change = lastPosition - position val color = if (change > 0) "§a+" else "§c" message += "\n §7Changed by $color${change.addSeparators()} spots" |