diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2023-11-30 22:48:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 22:48:38 +0100 |
commit | 27aeb89179f77ed82a5275a833183cdc6d945a23 (patch) | |
tree | 06416b33eeaa0399fbf4bb381fe7158cd2478cfa /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | |
parent | 322f2fca3091943e7ff08834d5cdcc1486d0c450 (diff) | |
download | skyhanni-27aeb89179f77ed82a5275a833183cdc6d945a23.tar.gz skyhanni-27aeb89179f77ed82a5275a833183cdc6d945a23.tar.bz2 skyhanni-27aeb89179f77ed82a5275a833183cdc6d945a23.zip |
Feature Change: Unique Gift Highlighter exluded Ironman (#740)
Hiding Unique Gifted Players Highlighting for ironman and bingo while not on those modes. #740
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index b7ad90f40..c869b47d9 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -102,7 +102,7 @@ import at.hannibal2.skyhanni.features.dungeon.DungeonMilestonesDisplay import at.hannibal2.skyhanni.features.dungeon.DungeonRankTabListColor import at.hannibal2.skyhanni.features.dungeon.DungeonTeammateOutlines import at.hannibal2.skyhanni.features.dungeon.HighlightDungeonDeathmite -import at.hannibal2.skyhanni.features.event.UniqueGiftingOpportnitiesFeatures +import at.hannibal2.skyhanni.features.event.UniqueGiftingOpportunitiesFeatures import at.hannibal2.skyhanni.features.event.diana.BurrowWarpHelper import at.hannibal2.skyhanni.features.event.diana.GriffinBurrowHelper import at.hannibal2.skyhanni.features.event.diana.GriffinBurrowParticleFinder @@ -437,7 +437,7 @@ class SkyHanniMod { loadModule(DungeonCleanEnd()) loadModule(DungeonBossMessages()) loadModule(DungeonBossHideDamageSplash()) - loadModule(UniqueGiftingOpportnitiesFeatures) + loadModule(UniqueGiftingOpportunitiesFeatures) loadModule(UniqueGiftCounter) loadModule(TrophyFishManager) loadModule(TrophyFishFillet()) |