aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-17 21:45:05 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-17 21:45:05 +0100
commit9b54c7a79babc34332ac57c809e4c2a433e7f57c (patch)
treecb23f6ec68d01e0be05e736432229d547b87f356 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
parent2f0a206d62eda0019ceaa9ac92ed2e4d44194e30 (diff)
downloadskyhanni-9b54c7a79babc34332ac57c809e4c2a433e7f57c.tar.gz
skyhanni-9b54c7a79babc34332ac57c809e4c2a433e7f57c.tar.bz2
skyhanni-9b54c7a79babc34332ac57c809e4c2a433e7f57c.zip
Added barn timer.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
index 3297cdc3e..b0574d046 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
@@ -21,6 +21,7 @@ import at.hannibal2.skyhanni.features.event.diana.BurrowWarpHelper;
import at.hannibal2.skyhanni.features.event.diana.GriffinBurrowHelper;
import at.hannibal2.skyhanni.features.event.diana.GriffinBurrowParticleFinder;
import at.hannibal2.skyhanni.features.event.diana.SoopyGuessBurrow;
+import at.hannibal2.skyhanni.features.fishing.BarnFishingTimer;
import at.hannibal2.skyhanni.features.fishing.SeaCreatureManager;
import at.hannibal2.skyhanni.features.fishing.SeaCreatureMessageShortener;
import at.hannibal2.skyhanni.features.fishing.TrophyFishMessages;
@@ -172,6 +173,7 @@ public class SkyHanniMod {
loadModule(new CompactBingoChat());
loadModule(new BrewingStandOverlay());
loadModule(new BazaarUpdateTimer());
+ loadModule(new BarnFishingTimer());
loadModule(new CrimsonIsleReputationHelper(this));