aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-02 19:03:48 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-02 19:03:48 +0200
commitc644a443188ba929b54a6d79d64540e3f16f0c14 (patch)
tree68c9293d88f49f13ca95982cfe28a15287589190 /src/main/java
parent250c00b3340744a079a6a69fea6e3de5194c3138 (diff)
downloadskyhanni-c644a443188ba929b54a6d79d64540e3f16f0c14.tar.gz
skyhanni-c644a443188ba929b54a6d79d64540e3f16f0c14.tar.bz2
skyhanni-c644a443188ba929b54a6d79d64540e3f16f0c14.zip
Bingo Compact Chat Message now displays Bestiary Milestone Level-Up messages
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/bingo/CompactBingoChat.kt2
1 files changed, 2 insertions, 0 deletions
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