summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/chat
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/chat')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/chat/playerchat/PlayerChatFilter.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/chat/playerchat/PlayerChatFilter.kt b/src/main/java/at/hannibal2/skyhanni/features/chat/playerchat/PlayerChatFilter.kt
index ef1191844..f0576fa62 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/chat/playerchat/PlayerChatFilter.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/chat/playerchat/PlayerChatFilter.kt
@@ -44,7 +44,7 @@ class PlayerChatFilter {
}
@SubscribeEvent(priority = EventPriority.HIGH)
- fun onEvent(event: PlayerSendChatEvent) {
+ fun onPlayerChat(event: PlayerSendChatEvent) {
if (!SkyHanniMod.feature.chat.chatFilter) return
if (event.channel != PlayerMessageChannel.ALL) return