diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-17 17:40:44 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-17 17:40:44 +0200 |
commit | ce43d92584b785650b35d5a6ebdbfddd7d31661c (patch) | |
tree | 08d0cb94c13fc2dd5b2c6e550ff0faea0271346e /src/main/java/at/hannibal2/skyhanni/events | |
parent | dae53e9abc14dde4fb193feace1424776b2535da (diff) | |
download | skyhanni-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.kt | 3 |
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, |