aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-03-30 11:02:46 +1100
committerGitHub <noreply@github.com>2024-03-30 01:02:46 +0100
commitf55e88236ffe32ca0052143ce29d79d6efc1ac4a (patch)
tree4f1317e23f60e1e0f36b7d11f69bffec13f6fb29
parented07b78b83aaa736c860a7aa510e578f46c62514 (diff)
downloadskyhanni-f55e88236ffe32ca0052143ce29d79d6efc1ac4a.tar.gz
skyhanni-f55e88236ffe32ca0052143ce29d79d6efc1ac4a.tar.bz2
skyhanni-f55e88236ffe32ca0052143ce29d79d6efc1ac4a.zip
Feature: You need it (#1319)
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
index 606928196..622683066 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
@@ -71,7 +71,8 @@ object ProfileStorageData {
val foundSkyBlockTabList = TabListData.getTabList().any { it.contains("§b§lArea:") }
if (foundSkyBlockTabList) {
ChatUtils.clickableChat(
- "§cCan not read profile name from tab list! Open /widget and enable Profile Widget",
+ "§cCan not read profile name from tab list! Open /widget and enable Profile Widget. " +
+ "This is needed for the mod to function! And therefore this warning cannot be disabled",
command = "widget"
)
} else {