aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/data
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-04 12:51:07 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-04 12:51:07 +0200
commit105c59ba17ba541701e82c16eee691413f76dfd2 (patch)
tree1caeba0c97fdab7f5601f62227cd973d46b486f4 /src/main/java/at/hannibal2/skyhanni/data
parent0de6356eba9ac00b7a32aa7ab486d21e13fd2d08 (diff)
downloadskyhanni-105c59ba17ba541701e82c16eee691413f76dfd2.tar.gz
skyhanni-105c59ba17ba541701e82c16eee691413f76dfd2.tar.bz2
skyhanni-105c59ba17ba541701e82c16eee691413f76dfd2.zip
typo
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
index 5a9763bc0..f15f41e28 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt
@@ -102,7 +102,7 @@ object ProfileStorageData {
}
@SubscribeEvent
- fun onConfigLoad(event: HypixelJoinEvent) {
+ fun onHypixelJoin(event: HypixelJoinEvent) {
val playerUuid = LorenzUtils.getRawPlayerUuid()
playerSpecific = SkyHanniMod.feature.storage.players.getOrPut(playerUuid) { Storage.PlayerSpecific() }
migratePlayerSpecific()