diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-14 23:58:13 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-14 23:58:13 +0100 |
commit | ae90ce851f7f55265863a11d52b41c30aa15d89f (patch) | |
tree | e8c93ca5e54c38c31b94045cbed0fd5c075424ea /src/main/java/at/hannibal2/skyhanni/features | |
parent | bbc55fb133197bfbe3bbf1748b4d33ce218fe1bf (diff) | |
download | skyhanni-ae90ce851f7f55265863a11d52b41c30aa15d89f.tar.gz skyhanni-ae90ce851f7f55265863a11d52b41c30aa15d89f.tar.bz2 skyhanni-ae90ce851f7f55265863a11d52b41c30aa15d89f.zip |
code clenup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt b/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt index a28cd5e86..9d70e607f 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemDisplayOverlayFeatures.kt @@ -131,6 +131,7 @@ class ItemDisplayOverlayFeatures { } } + // TODO this is broken, fix it! if (SkyHanniMod.feature.inventory.itemNumberAsStackSize.contains(10)) { if (InventoryUtils.openInventoryName().endsWith(" Collections")) { val lore = item.getLore() |