aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
index e44c1089e..21f3d5b8c 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
@@ -57,11 +57,13 @@ object ProfileStorageData {
val sackPlayers = sackPlayers
if (playerSpecific == null) {
- ErrorManager.logErrorStateWithData(
- "failed to load your profile data a second time",
- "workaround in 10 seconds did not work"
+ ErrorManager.skyHanniError(
+ "failed to load your profile data delayed ",
+ "onHypixel" to LorenzUtils.onHypixel,
+ "HypixelData.hypixelLive" to HypixelData.hypixelLive,
+ "HypixelData.hypixelAlpha" to HypixelData.hypixelAlpha,
+ "sidebarLinesFormatted" to ScoreboardData.sidebarLinesFormatted,
)
- ErrorManager.skyHanniError("playerSpecific is still null in ProfileJoinEvent!")
}
if (sackPlayers == null) {
ErrorManager.skyHanniError("sackPlayers is null in ProfileJoinEvent!")