aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-07-28 23:37:56 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-07-28 23:37:56 +0200
commit38d2445ba87e20e2456523ea7f792631adecd10a (patch)
tree78a4fafe7036fb354ceb3bd0c9ef06e5adecc937 /src/main
parentbb0c06318c8434b048bc8a38b795e6770de7e874 (diff)
downloadskyhanni-38d2445ba87e20e2456523ea7f792631adecd10a.tar.gz
skyhanni-38d2445ba87e20e2456523ea7f792631adecd10a.tar.bz2
skyhanni-38d2445ba87e20e2456523ea7f792631adecd10a.zip
Fixed unnecessary icon
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/inventory/ItemPickupLogConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/ItemPickupLogConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/ItemPickupLogConfig.java
index 8a8ede78d..557404989 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/ItemPickupLogConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/ItemPickupLogConfig.java
@@ -47,7 +47,7 @@ public class ItemPickupLogConfig {
@Expose
@ConfigOption(
name = "Alignment",
- desc = "How the item pickup log should be aligned. §d:3"
+ desc = "How the item pickup log should be aligned."
)
@ConfigEditorDropdown
public RenderUtils.VerticalAlignment alignment = RenderUtils.VerticalAlignment.TOP;