aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
index c5f072587..e44c1089e 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
@@ -41,7 +41,7 @@ object ProfileStorageData {
DelayedRun.runDelayed(10.seconds) {
workaroundIn10SecondsProfileStorage(profileName)
}
- ErrorManager.skyHanniError("playerSpecific is null in ProfileJoinEvent!")
+ return
}
if (sackPlayers == null) {
ErrorManager.skyHanniError("sackPlayers is null in ProfileJoinEvent!")
@@ -61,7 +61,7 @@ object ProfileStorageData {
"failed to load your profile data a second time",
"workaround in 10 seconds did not work"
)
- ErrorManager.skyHanniError("playerSpecific is null in ProfileJoinEvent!")
+ ErrorManager.skyHanniError("playerSpecific is still null in ProfileJoinEvent!")
}
if (sackPlayers == null) {
ErrorManager.skyHanniError("sackPlayers is null in ProfileJoinEvent!")