aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authormartimavocado <39881008+martimavocado@users.noreply.github.com>2024-03-23 00:06:21 +0000
committerGitHub <noreply@github.com>2024-03-23 11:06:21 +1100
commitf627fe47c90d85e223d5154fe86c0c88e06c27f1 (patch)
tree04469361a04f12449a24eab0d3b8010730a4090f /src/main/java/at/hannibal2
parent0a09360b82b5ac56aad0b3c7ee78bb35b2369ce6 (diff)
downloadskyhanni-f627fe47c90d85e223d5154fe86c0c88e06c27f1.tar.gz
skyhanni-f627fe47c90d85e223d5154fe86c0c88e06c27f1.tar.bz2
skyhanni-f627fe47c90d85e223d5154fe86c0c88e06c27f1.zip
fix typo (#1242)
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/inventory/HideNotClickableItems.kt2
1 files changed, 1 insertions, 1 deletions
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
}