diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-30 12:35:36 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-30 12:35:36 +0200 |
commit | 0495dd85006dba5959c34a9089248a3b81b93156 (patch) | |
tree | 3218ddb7e521839beaceb2c3786ef2fd65329111 /src/main/java/at/hannibal2/skyhanni | |
parent | 6140a0c4a50c3508bbf8fcc278296557765f8fc5 (diff) | |
download | skyhanni-0495dd85006dba5959c34a9089248a3b81b93156.tar.gz skyhanni-0495dd85006dba5959c34a9089248a3b81b93156.tar.bz2 skyhanni-0495dd85006dba5959c34a9089248a3b81b93156.zip |
added more debug info
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt | 10 |
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!") |