aboutsummaryrefslogtreecommitdiff
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
commitb2e858df18eff06479135f965080a5f27351466e (patch)
treeec4e67998ea20f78a7e79f9dfd220dd528fd186f
parentf395d740314735680e9ff54dbf3d11729b1e1095 (diff)
downloadSkyHanni-b2e858df18eff06479135f965080a5f27351466e.tar.gz
SkyHanni-b2e858df18eff06479135f965080a5f27351466e.tar.bz2
SkyHanni-b2e858df18eff06479135f965080a5f27351466e.zip
Fixed hide powder gain message from chests in crystal hollows. (thanks hypixel)
-rw-r--r--CHANGELOG.md1
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d04c1336c..7fcf7d231 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
### Fixes
+ Fixed steaming hot flounder in custom trophy fish counter.
++ Fixed hide powder gain message from chests in crystal hollows. (thanks hypixel)
## Version 0.14
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