We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54480b3 commit e9fa400Copy full SHA for e9fa400
1 file changed
src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
@@ -126,6 +126,11 @@ object ProfileStorageData {
126
noTabListTime = SimpleTimeMark.now()
127
val foundSkyBlockTabList = TabWidget.AREA.isActive
128
if (foundSkyBlockTabList) {
129
+ if (HypixelData.profileName.isNotEmpty()) {
130
+ ChatUtils.debug("Profile widget missing but we already got profile name, skipping warning")
131
+ noTabListTime = SimpleTimeMark.farPast()
132
+ return
133
+ }
134
ChatUtils.clickableChat(
135
"§cCannot read profile name from tab list! Open /widget and make sure the Profile Widget " +
136
"is enabled and visible.",
0 commit comments