aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-28 22:01:15 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-28 22:01:15 +0100
commitda452cdcbdb573f431c72bfb8035a7f3ce999009 (patch)
treeb28e39f338916f22dcfdfd4e31b466281778bf08 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
parent24b68dcc80cbf13f1098a0f6cf259c4bd44f4446 (diff)
downloadskyhanni-da452cdcbdb573f431c72bfb8035a7f3ce999009.tar.gz
skyhanni-da452cdcbdb573f431c72bfb8035a7f3ce999009.tar.bz2
skyhanni-da452cdcbdb573f431c72bfb8035a7f3ce999009.zip
code cleanup, and used SkyHanni framework at more spots
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt4
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 9c95c0d08..60816beb1 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.SkyhanniPlayersWhenTheySeeUngiftedPlayers
+import at.hannibal2.skyhanni.features.event.UniqueGiftingOpportnitiesFeatures
import at.hannibal2.skyhanni.features.event.diana.BurrowWarpHelper
import at.hannibal2.skyhanni.features.event.diana.GriffinBurrowHelper
import at.hannibal2.skyhanni.features.event.diana.GriffinBurrowParticleFinder
@@ -435,7 +435,7 @@ class SkyHanniMod {
loadModule(DungeonCleanEnd())
loadModule(DungeonBossMessages())
loadModule(DungeonBossHideDamageSplash())
- loadModule(SkyhanniPlayersWhenTheySeeUngiftedPlayers)
+ loadModule(UniqueGiftingOpportnitiesFeatures)
loadModule(TrophyFishManager)
loadModule(TrophyFishFillet())
loadModule(TrophyFishMessages())