aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-17 17:40:44 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-09-17 17:40:44 +0200
commitce43d92584b785650b35d5a6ebdbfddd7d31661c (patch)
tree08d0cb94c13fc2dd5b2c6e550ff0faea0271346e /src/main/java/at/hannibal2/skyhanni/events
parentdae53e9abc14dde4fb193feace1424776b2535da (diff)
downloadskyhanni-ce43d92584b785650b35d5a6ebdbfddd7d31661c.tar.gz
skyhanni-ce43d92584b785650b35d5a6ebdbfddd7d31661c.tar.bz2
skyhanni-ce43d92584b785650b35d5a6ebdbfddd7d31661c.zip
mark players in chat
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/events/PlayerSendChatEvent.kt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/PlayerSendChatEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/PlayerSendChatEvent.kt
index bf392939a..4ed17e749 100644
--- a/src/main/java/at/hannibal2/skyhanni/events/PlayerSendChatEvent.kt
+++ b/src/main/java/at/hannibal2/skyhanni/events/PlayerSendChatEvent.kt
@@ -1,6 +1,7 @@
package at.hannibal2.skyhanni.events
-import at.hannibal2.skyhanni.features.chat.PlayerMessageChannel
+import at.hannibal2.skyhanni.features.chat.playerchat.PlayerMessageChannel
+import net.minecraft.util.ChatComponentText
class PlayerSendChatEvent(
val channel: PlayerMessageChannel,