aboutsummaryrefslogtreecommitdiff
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
commit0e01eeb2790cd2c09f2b6a5e4938774bbe548478 (patch)
tree82ad960779d2894d864d2647aeb8b81a4d9a91c8
parent22780979fd4845ae219d4c57120fdf09f1ef0211 (diff)
downloadSkyHanni-0e01eeb2790cd2c09f2b6a5e4938774bbe548478.tar.gz
SkyHanni-0e01eeb2790cd2c09f2b6a5e4938774bbe548478.tar.bz2
SkyHanni-0e01eeb2790cd2c09f2b6a5e4938774bbe548478.zip
Effect format changed.
-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