diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-07 21:51:46 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-07 21:51:46 +0100 |
commit | bd1c148c5cfeee0d2e5d7e3ed04498a496a435b6 (patch) | |
tree | 1d1404f71632d5f758a8ce1f69c3cfb16125b053 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | |
parent | bc27a67c4495c8e4a37f559e1224ebfc0d649e80 (diff) | |
download | skyhanni-bd1c148c5cfeee0d2e5d7e3ed04498a496a435b6.tar.gz skyhanni-bd1c148c5cfeee0d2e5d7e3ed04498a496a435b6.tar.bz2 skyhanni-bd1c148c5cfeee0d2e5d7e3ed04498a496a435b6.zip |
renamed SlayerItemProfitTracker to SlayerProfitTracker
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index b31dbbc31..81a82904a 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -273,9 +273,9 @@ import at.hannibal2.skyhanni.features.rift.everywhere.motes.RiftMotesOrb import at.hannibal2.skyhanni.features.rift.everywhere.motes.ShowMotesNpcSellPrice import at.hannibal2.skyhanni.features.slayer.HideMobNames import at.hannibal2.skyhanni.features.slayer.SlayerBossSpawnSoon -import at.hannibal2.skyhanni.features.slayer.SlayerItemProfitTracker import at.hannibal2.skyhanni.features.slayer.SlayerItemsOnGround import at.hannibal2.skyhanni.features.slayer.SlayerMiniBossFeatures +import at.hannibal2.skyhanni.features.slayer.SlayerProfitTracker import at.hannibal2.skyhanni.features.slayer.SlayerQuestWarning import at.hannibal2.skyhanni.features.slayer.SlayerRngMeterDisplay import at.hannibal2.skyhanni.features.slayer.VampireSlayerFeatures @@ -554,7 +554,7 @@ class SkyHanniMod { loadModule(WarpTabComplete) loadModule(PlayerTabComplete) loadModule(GetFromSacksTabComplete) - loadModule(SlayerItemProfitTracker) + loadModule(SlayerProfitTracker) loadModule(SlayerItemsOnGround()) loadModule(RestorePieceOfWizardPortalLore()) loadModule(QuickModMenuSwitch) |