From ce43d92584b785650b35d5a6ebdbfddd7d31661c Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 17 Sep 2022 17:40:44 +0200 Subject: mark players in chat --- src/main/java/at/hannibal2/skyhanni/events/PlayerSendChatEvent.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/events') 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, -- cgit