From 24c424022ae4b9ded8909dda65820389c0bd933f Mon Sep 17 00:00:00 2001 From: Alexia Date: Sun, 10 Mar 2024 02:28:27 +0100 Subject: Feature: Hide TNT Run Tournament lobby messages (#1134) --- src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/at/hannibal2/skyhanni') diff --git a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt index 65fc73388..05e7ab301 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt @@ -51,6 +51,7 @@ class ChatFilter { // hypixel tournament notifications "§r§e§6§lHYPIXEL§e is hosting a §b§lBED WARS DOUBLES§e tournament!", "§r§e§6§lHYPIXEL BED WARS DOUBLES§e tournament is live!", + "§r§e§6§lHYPIXEL§e is hosting a §b§lTNT RUN§e tournament!", // other "§aYou are still radiating with §bGenerosity§r§a!" -- cgit