diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-05 17:22:40 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-05 17:22:40 +0100 |
commit | 401ff303eefa1c1700128e3afe6013e0cd103a76 (patch) | |
tree | 82ad960779d2894d864d2647aeb8b81a4d9a91c8 /src/main/java/at/hannibal2/skyhanni/features/misc | |
parent | bfe03a9606a098d52a756d35319fba0f3e06edff (diff) | |
download | skyhanni-401ff303eefa1c1700128e3afe6013e0cd103a76.tar.gz skyhanni-401ff303eefa1c1700128e3afe6013e0cd103a76.tar.bz2 skyhanni-401ff303eefa1c1700128e3afe6013e0cd103a76.zip |
Effect format changed.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/misc')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/misc/CompactSplashPotionMessage.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |