diff options
author | Alexia <me@alexia.lol> | 2024-03-09 01:24:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-09 01:24:16 +0100 |
commit | 95f3cdeef0521692e188c7c2f991110c482dac47 (patch) | |
tree | 8073fe2e4540a05d4caad1e9ba665e90be57720b /src | |
parent | 497295107a343a5228a91f32e4e5429d0f4d3508 (diff) | |
download | skyhanni-95f3cdeef0521692e188c7c2f991110c482dac47.tar.gz skyhanni-95f3cdeef0521692e188c7c2f991110c482dac47.tar.bz2 skyhanni-95f3cdeef0521692e188c7c2f991110c482dac47.zip |
Feature: Hide zero bank interest message (#1117)
Co-authored-by: Cal <cwolfson58@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt | 3 |
1 files changed, 3 insertions, 0 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 805dfbfdb..65fc73388 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt @@ -205,6 +205,9 @@ class ChatFilter { "§aYou used your §r§6Mining Speed Boost §r§aPickaxe Ability!", "§cYour Mining Speed Boost has expired!", "§a§r§6Mining Speed Boost §r§ais now available!", + "§aYou have just received §r§60 coins §r§aas interest in your personal bank account!", + "§aSince you've been away you earned §r§60 coins §r§aas interest in your personal bank account!", + "§aYou have just received §r§60 coins §r§aas interest in your co-op bank account!", ) // Party |