aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/chat
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-08-26 21:05:20 +0200
committerLorenz <lo.scherf@gmail.com>2022-08-26 21:05:20 +0200
commit9cd969dc06ee91e2d93b6ef656bcc35e5b574c12 (patch)
tree1e5f4dc18170060d204164373f2261b14f0f8e8d /src/main/java/at/hannibal2/skyhanni/features/chat
parentf5971ea6e7d4fea8f442c92f5ece7812892e844d (diff)
downloadSkyHanni-9cd969dc06ee91e2d93b6ef656bcc35e5b574c12.tar.gz
SkyHanni-9cd969dc06ee91e2d93b6ef656bcc35e5b574c12.tar.bz2
SkyHanni-9cd969dc06ee91e2d93b6ef656bcc35e5b574c12.zip
added summoning mob features
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/chat')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/chat/NewChatFilter.kt18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/chat/NewChatFilter.kt b/src/main/java/at/hannibal2/skyhanni/features/chat/NewChatFilter.kt
deleted file mode 100644
index bf73917aa..000000000
--- a/src/main/java/at/hannibal2/skyhanni/features/chat/NewChatFilter.kt
+++ /dev/null
@@ -1,18 +0,0 @@
-package at.hannibal2.skyhanni.features.chat
-
-import at.hannibal2.skyhanni.events.LorenzChatEvent
-import at.hannibal2.skyhanni.utils.LorenzUtils
-import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
-
-class NewChatFilter {
-
- @SubscribeEvent
- fun onChatMessage(event: LorenzChatEvent) {
- if (!LorenzUtils.isOnHypixel) return
-
-// val blockReason = block(event.message)
-// if (blockReason != "") {
-// event.blockedReason = blockReason
-// }
- }
-} \ No newline at end of file