From b755ffe1a288282f9b29bf7b6c048d5e94c48e37 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Sat, 5 Oct 2024 11:24:08 +0200 Subject: Fixed trophy fish title (#2670) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../at/hannibal2/skyhanni/features/fishing/trophy/TrophyFishMessages.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/at/hannibal2/skyhanni/features/fishing/trophy/TrophyFishMessages.kt b/src/main/java/at/hannibal2/skyhanni/features/fishing/trophy/TrophyFishMessages.kt index 66ddde50b..4a23e84e5 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/fishing/trophy/TrophyFishMessages.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/fishing/trophy/TrophyFishMessages.kt @@ -96,7 +96,7 @@ object TrophyFishMessages { } private fun sendTitle(displayName: String, displayRarity: String?, amount: Int) { - val text = "$displayName\n$displayRarity $amount!" + val text = "$displayName $displayRarity §8$amount§c!" LorenzUtils.sendTitle(text, 3.seconds, 2.8, 7f) } -- cgit