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 | 87daf976bb0b4bb9274a4a5e51537e78fe5bad03 (patch) | |
| tree | e8c93ca5e54c38c31b94045cbed0fd5c075424ea | |
| parent | 402fc8fc93beb162fd5745ee93e994a3d4d0b2a2 (diff) | |
| download | SkyHanni-87daf976bb0b4bb9274a4a5e51537e78fe5bad03.tar.gz SkyHanni-87daf976bb0b4bb9274a4a5e51537e78fe5bad03.tar.bz2 SkyHanni-87daf976bb0b4bb9274a4a5e51537e78fe5bad03.zip | |
code clenup
| -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() |
