From ddbf374e9302ae47d43aa981c0caf33a264b2496 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Fri, 26 Aug 2022 21:05:20 +0200 Subject: added summoning mob features --- .../hannibal2/skyhanni/features/chat/NewChatFilter.kt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/main/java/at/hannibal2/skyhanni/features/chat/NewChatFilter.kt (limited to 'src/main/java/at/hannibal2/skyhanni/features/chat') 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 -- cgit