From f55e88236ffe32ca0052143ce29d79d6efc1ac4a Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Sat, 30 Mar 2024 11:02:46 +1100 Subject: Feature: You need it (#1319) --- src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni') 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 { -- cgit