diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-04-30 11:58:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-30 11:58:40 +0200 |
commit | c220e8271ab3370ea0f4286bada28fd64cab913f (patch) | |
tree | 5d9bbb7f8ee13a750c391fcfda283843cb6ef32e /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | |
parent | be3448faed6f60f28b0f8d27e72d3f2c3e7f55cf (diff) | |
download | skyhanni-c220e8271ab3370ea0f4286bada28fd64cab913f.tar.gz skyhanni-c220e8271ab3370ea0f4286bada28fd64cab913f.tar.bz2 skyhanni-c220e8271ab3370ea0f4286bada28fd64cab913f.zip |
Fix: Workaround for Pest Particle Waypoint (#1263)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
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 f814e0bef..cae61fe89 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -228,6 +228,7 @@ import at.hannibal2.skyhanni.features.garden.inventory.plots.GardenPlotIcon import at.hannibal2.skyhanni.features.garden.inventory.plots.GardenPlotMenuHighlighting import at.hannibal2.skyhanni.features.garden.pests.PestAPI import at.hannibal2.skyhanni.features.garden.pests.PestFinder +import at.hannibal2.skyhanni.features.garden.pests.PestParticleLine import at.hannibal2.skyhanni.features.garden.pests.PestParticleWaypoint import at.hannibal2.skyhanni.features.garden.pests.PestProfitTracker import at.hannibal2.skyhanni.features.garden.pests.PestSpawn @@ -863,6 +864,7 @@ class SkyHanniMod { loadModule(PestFinder()) loadModule(PestParticleWaypoint()) loadModule(StereoHarmonyDisplay()) + loadModule(PestParticleLine()) loadModule(SprayFeatures()) loadModule(DojoRankDisplay()) loadModule(SprayDisplay()) |