aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {