From f627fe47c90d85e223d5154fe86c0c88e06c27f1 Mon Sep 17 00:00:00 2001 From: martimavocado <39881008+martimavocado@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:06:21 +0000 Subject: fix typo (#1242) --- .../at/hannibal2/skyhanni/features/inventory/HideNotClickableItems.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java') diff --git a/src/main/java/at/hannibal2/skyhanni/features/inventory/HideNotClickableItems.kt b/src/main/java/at/hannibal2/skyhanni/features/inventory/HideNotClickableItems.kt index e483bed91..4e266d8e1 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/inventory/HideNotClickableItems.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/HideNotClickableItems.kt @@ -273,7 +273,7 @@ class HideNotClickableItems { } if (ItemUtils.isSkyBlockMenuItem(stack)) { - hideReason = "The SkyBlock Menu cannot be put into the potion bag!" + hideReason = "The SkyBlock Menu cannot be put into your equipment!" return true } -- cgit