aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-05-24 09:37:18 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-05-24 09:37:18 +0200
commit2a036647d4a06d8d1c5bcbfe9437c4def1aa7eee (patch)
tree50cd0ee1862a2bcf7801f2308fcf4a3e4efe96ad /src/main/java/at/hannibal2/skyhanni
parent2e5beea602bfd4bc7a529d7088749e9b62536058 (diff)
downloadskyhanni-2a036647d4a06d8d1c5bcbfe9437c4def1aa7eee.tar.gz
skyhanni-2a036647d4a06d8d1c5bcbfe9437c4def1aa7eee.tar.bz2
skyhanni-2a036647d4a06d8d1c5bcbfe9437c4def1aa7eee.zip
fixed small bug that prevented Diana Fix Chat to not work properly
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index 126a6652f..0f3193f55 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -133,6 +133,7 @@ import at.hannibal2.skyhanni.features.dungeon.TerracottaPhase
import at.hannibal2.skyhanni.features.event.UniqueGiftingOpportunitiesFeatures
import at.hannibal2.skyhanni.features.event.diana.AllBurrowsList
import at.hannibal2.skyhanni.features.event.diana.BurrowWarpHelper
+import at.hannibal2.skyhanni.features.event.diana.DianaFixChat
import at.hannibal2.skyhanni.features.event.diana.DianaProfitTracker
import at.hannibal2.skyhanni.features.event.diana.GriffinBurrowHelper
import at.hannibal2.skyhanni.features.event.diana.GriffinBurrowParticleFinder
@@ -705,6 +706,7 @@ class SkyHanniMod {
loadModule(NonGodPotEffectDisplay())
loadModule(SoopyGuessBurrow())
loadModule(DianaProfitTracker)
+ loadModule(DianaFixChat())
loadModule(MythologicalCreatureTracker)
loadModule(ShiftClickNPCSell)
loadModule(HighlightJerries())