diff options
| author | CarsCupcake <84076092+CarsCupcake@users.noreply.github.com> | 2024-04-06 01:20:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-06 01:20:46 +0200 |
| commit | 202609cde2f74b7e6b789e2e5caa781a49ca7cdc (patch) | |
| tree | 1883d2fe4c0c8f2ebf2d1607d0870285b11448d2 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | |
| parent | 4a76d31e9c1bef01b2d6617777f808ea03f117c2 (diff) | |
| download | SkyHanni-202609cde2f74b7e6b789e2e5caa781a49ca7cdc.tar.gz SkyHanni-202609cde2f74b7e6b789e2e5caa781a49ca7cdc.tar.bz2 SkyHanni-202609cde2f74b7e6b789e2e5caa781a49ca7cdc.zip | |
Feature: Shadow Assassin Jump Notification (#852)
Co-authored-by: Linnea Gräf <nea@nea.moe>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Co-authored-by: Cal <cwolfson58@gmail.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 f9f1ef742..904f47c29 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -116,6 +116,7 @@ import at.hannibal2.skyhanni.features.dungeon.DungeonHighlightClickedBlocks import at.hannibal2.skyhanni.features.dungeon.DungeonLividFinder import at.hannibal2.skyhanni.features.dungeon.DungeonMilestonesDisplay import at.hannibal2.skyhanni.features.dungeon.DungeonRankTabListColor +import at.hannibal2.skyhanni.features.dungeon.DungeonShadowAssassinNotification import at.hannibal2.skyhanni.features.dungeon.DungeonTeammateOutlines import at.hannibal2.skyhanni.features.dungeon.HighlightDungeonDeathmite import at.hannibal2.skyhanni.features.dungeon.TerracottaPhase @@ -821,6 +822,7 @@ class SkyHanniMod { loadModule(LimboPlaytime()) loadModule(RareDropMessages()) loadModule(CraftMaterialsFromBazaar()) + loadModule(DungeonShadowAssassinNotification()) loadModule(PestProfitTracker) loadModule(NoBitsWarning()) |
