aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-05 17:22:40 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-05 17:22:40 +0100
commit401ff303eefa1c1700128e3afe6013e0cd103a76 (patch)
tree82ad960779d2894d864d2647aeb8b81a4d9a91c8 /src/main
parentbfe03a9606a098d52a756d35319fba0f3e06edff (diff)
downloadskyhanni-401ff303eefa1c1700128e3afe6013e0cd103a76.tar.gz
skyhanni-401ff303eefa1c1700128e3afe6013e0cd103a76.tar.bz2
skyhanni-401ff303eefa1c1700128e3afe6013e0cd103a76.zip
Effect format changed.
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/misc/CompactSplashPotionMessage.kt2
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