aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-18 17:20:01 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-18 17:20:01 +0100
commit7da44a4abc0f215ace3304b122b58bf77659f888 (patch)
treeec4e67998ea20f78a7e79f9dfd220dd528fd186f /src
parent3c98f86a912ccd9744984cd02161d87e47966244 (diff)
downloadskyhanni-7da44a4abc0f215ace3304b122b58bf77659f888.tar.gz
skyhanni-7da44a4abc0f215ace3304b122b58bf77659f888.tar.bz2
skyhanni-7da44a4abc0f215ace3304b122b58bf77659f888.zip
Fixed hide powder gain message from chests in crystal hollows. (thanks hypixel)
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt2
1 files changed, 1 insertions, 1 deletions
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 0a4334bce..3153975c0 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt
@@ -373,7 +373,7 @@ class ChatFilter {
message == "§aYou received §r§f1 §r§aOil Barrel§r§a." -> true
//Useful, maybe in another chat
- message.matchRegex("§aYou received §r§b\\+\\d{1,3} §r§a(Mithril|Gemstone) Powder") -> true
+ message.matchRegex("§aYou received §r§b\\+\\d{1,3} §r§a(Mithril|Gemstone) Powder.") -> true
message == "§6You have successfully picked the lock on this chest!" -> true
else -> false