diff options
| author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-09-15 17:24:42 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-15 09:24:42 +0200 |
| commit | 54a5b0c591470cf0ee247977ecef7cbdcddc5172 (patch) | |
| tree | 479e28709ed97215db57c0a7af0d51223638f901 /src/main/java/at/hannibal2/skyhanni/features | |
| parent | 21558b67f46538f86340a6bcf1e19a5081f7eb16 (diff) | |
| download | skyhanni-54a5b0c591470cf0ee247977ecef7cbdcddc5172.tar.gz skyhanni-54a5b0c591470cf0ee247977ecef7cbdcddc5172.tar.bz2 skyhanni-54a5b0c591470cf0ee247977ecef7cbdcddc5172.zip | |
Skyblock -> SkyBlock (except SBA) (#479)
Typos and stuff #479
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt | 2 |
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 b98021f2f..5559ba14a 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 at 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 |
