summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/dungeon
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-14 12:19:56 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-14 12:19:56 +0200
commit6bf8f7b9e251b814bbb3cb8e0b786eabe4a7b358 (patch)
tree7a976fb506b61d929e601d265871285432cb120d /src/main/java/at/hannibal2/skyhanni/features/dungeon
parent587279de1d320acb3c4093de9384ef07786be553 (diff)
downloadskyhanni-6bf8f7b9e251b814bbb3cb8e0b786eabe4a7b358.tar.gz
skyhanni-6bf8f7b9e251b814bbb3cb8e0b786eabe4a7b358.tar.bz2
skyhanni-6bf8f7b9e251b814bbb3cb8e0b786eabe4a7b358.zip
Fixed typos in the word SkyBlock
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/dungeon')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt
index 9dca6d59b..b98021f2f 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt
@@ -12,7 +12,7 @@ class DungeonChatFilter {
fun onChatMessage(event: LorenzChatEvent) {
if (!LorenzUtils.onHypixel) return
- // Workaround since the potion message gets always sent in that moment when skyblock is set as false
+ // Workaround since the potion message gets always sent in that moment when SkyBlock is set as false
if (!LorenzUtils.inSkyBlock && !event.message.startsWith("§aYour active Potion Effects")) return
if (!SkyHanniMod.feature.chat.dungeonMessages) return