diff options
| author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-02-25 21:44:13 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-25 11:44:13 +0100 |
| commit | 2a8edee6275a4abe3375351455c27d2ee56f9c36 (patch) | |
| tree | c92a63bcd9e8c2614beef7cbeb83d97247a6d3c0 /src/main/java/at/hannibal2/skyhanni/test | |
| parent | 190d97aeb18bbb02778b206404d7084c648038dd (diff) | |
| download | skyhanni-2a8edee6275a4abe3375351455c27d2ee56f9c36.tar.gz skyhanni-2a8edee6275a4abe3375351455c27d2ee56f9c36.tar.bz2 skyhanni-2a8edee6275a4abe3375351455c27d2ee56f9c36.zip | |
/gfs tab complete now uses NEU's Repo instead of SkyHanni Repo. #1053
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/HighlightMissingRepoItems.kt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/HighlightMissingRepoItems.kt b/src/main/java/at/hannibal2/skyhanni/test/HighlightMissingRepoItems.kt index 53a030f88..62bb84b94 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/HighlightMissingRepoItems.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/HighlightMissingRepoItems.kt @@ -3,6 +3,7 @@ package at.hannibal2.skyhanni.test import at.hannibal2.skyhanni.SkyHanniMod import at.hannibal2.skyhanni.config.ConfigUpdaterMigrator import at.hannibal2.skyhanni.events.GuiContainerEvent +import at.hannibal2.skyhanni.events.NeuRepositoryReloadEvent import at.hannibal2.skyhanni.utils.ItemUtils.getInternalNameOrNull import at.hannibal2.skyhanni.utils.LorenzColor import at.hannibal2.skyhanni.utils.LorenzUtils @@ -45,7 +46,7 @@ class HighlightMissingRepoItems { } @SubscribeEvent - fun onNeuRepoReload(event: io.github.moulberry.notenoughupdates.events.RepositoryReloadEvent) { + fun onNeuRepoReload(event: NeuRepositoryReloadEvent) { NEUItems.allItemsCache = NEUItems.readAllNeuItems() } |
