diff options
| author | Forrick <69301168+Forrick@users.noreply.github.com> | 2023-01-13 05:12:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-13 05:12:07 +0100 |
| commit | 4a47f275f8ae544e2bc3d95f6ce7e88c5474934e (patch) | |
| tree | 9f64a070015335d25468f73b58e665681577e34b /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | |
| parent | 68908e24cc6b2739c34fc45c96284e7b2269407d (diff) | |
| download | SkyHanni-4a47f275f8ae544e2bc3d95f6ce7e88c5474934e.tar.gz SkyHanni-4a47f275f8ae544e2bc3d95f6ce7e88c5474934e.tar.bz2 SkyHanni-4a47f275f8ae544e2bc3d95f6ce7e88c5474934e.zip | |
Updated to 0.14.1 and Bazaar stuff. (#8)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java index 71cde563c..8926c31c8 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java @@ -6,10 +6,7 @@ import at.hannibal2.skyhanni.config.commands.Commands; import at.hannibal2.skyhanni.data.*; import at.hannibal2.skyhanni.data.repo.RepoManager; import at.hannibal2.skyhanni.features.anvil.AnvilCombineHelper; -import at.hannibal2.skyhanni.features.bazaar.BazaarApi; -import at.hannibal2.skyhanni.features.bazaar.BazaarBestSellMethod; -import at.hannibal2.skyhanni.features.bazaar.BazaarCancelledBuyOrderClipboard; -import at.hannibal2.skyhanni.features.bazaar.BazaarOrderHelper; +import at.hannibal2.skyhanni.features.bazaar.*; import at.hannibal2.skyhanni.features.bingo.CompactBingoChat; import at.hannibal2.skyhanni.features.chat.ChatFilter; import at.hannibal2.skyhanni.features.chat.PlayerDeathMessages; @@ -172,6 +169,7 @@ public class SkyHanniMod { loadModule(new CroesusUnopenedChestTracker()); loadModule(new CompactBingoChat()); loadModule(new BrewingStandOverlay()); + loadModule(new BazaarUpdateTimer()); Commands.INSTANCE.init(); |
