aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-04-27 23:20:32 +0200
committerLinnea Gräf <nea@nea.moe>2024-04-27 23:20:32 +0200
commitd6fa330744ba2640bd0841fecf741f0971679e99 (patch)
tree01fc6740962ea6d6ed600279bb2155db58c02346 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
parenta7d2a2c0346b864ea597300ed4eb9d024457e8b7 (diff)
downloadSkyHanni-tabcompletionapi.tar.gz
SkyHanni-tabcompletionapi.tar.bz2
SkyHanni-tabcompletionapi.zip
Fix party tab completiontabcompletionapi
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt')
-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 e46db663d..33d7cdbe9 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -101,6 +101,7 @@ import at.hannibal2.skyhanni.features.commands.WarpIsCommand
import at.hannibal2.skyhanni.features.commands.WikiManager
import at.hannibal2.skyhanni.features.commands.tabcomplete.GetFromSacksTabComplete
import at.hannibal2.skyhanni.features.commands.tabcomplete.PlayerTabComplete
+import at.hannibal2.skyhanni.features.commands.tabcomplete.TabComplete
import at.hannibal2.skyhanni.features.commands.tabcomplete.WarpTabComplete
import at.hannibal2.skyhanni.features.cosmetics.ArrowTrail
import at.hannibal2.skyhanni.features.cosmetics.CosmeticFollowingLine
@@ -530,6 +531,7 @@ class SkyHanniMod {
loadModule(FixedRateTimerManager())
loadModule(ChromaManager)
loadModule(ContributorManager)
+ loadModule(TabComplete)
// APIs
loadModule(BazaarApi())