From c644a443188ba929b54a6d79d64540e3f16f0c14 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 2 Apr 2023 19:03:48 +0200 Subject: Bingo Compact Chat Message now displays Bestiary Milestone Level-Up messages --- src/main/java/at/hannibal2/skyhanni/features/bingo/CompactBingoChat.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/at/hannibal2/skyhanni/features/bingo/CompactBingoChat.kt b/src/main/java/at/hannibal2/skyhanni/features/bingo/CompactBingoChat.kt index db4989621..bb1721397 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/bingo/CompactBingoChat.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/bingo/CompactBingoChat.kt @@ -96,6 +96,8 @@ class CompactBingoChat { private fun onBestiarityUpgrade(event: LorenzChatEvent) { val message = event.message + if (message.contains("§r§6§lBESTIARY MILESTONE")) return + if (message.startsWith(" §r§3§lBESTIARY §b§l")) { blockedBestiarity = true return -- cgit