From 401ff303eefa1c1700128e3afe6013e0cd103a76 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 5 Feb 2023 17:22:40 +0100 Subject: Effect format changed. --- .../at/hannibal2/skyhanni/features/misc/CompactSplashPotionMessage.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/CompactSplashPotionMessage.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/CompactSplashPotionMessage.kt index 99e6395fd..c5e465b54 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/misc/CompactSplashPotionMessage.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/misc/CompactSplashPotionMessage.kt @@ -30,7 +30,7 @@ class CompactSplashPotionMessage { if (matcher.matches()) { val playerName = matcher.group(1).removeColor() val effectName = matcher.group(2) - event.chatComponent = ChatComponentText("§a§lPotion Effect! §r$effectName §7(by §b$playerName§7)") + event.chatComponent = ChatComponentText("§a§lPotion Effect! §r$effectName by §b$playerName") } } } \ No newline at end of file -- cgit