9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2026-01-03 14:22:17 +00:00

PlayerProfile improvements

This commit is contained in:
Auxilor
2021-09-27 12:51:47 +01:00
parent ca838fc950
commit 65d238aef5

View File

@@ -67,7 +67,7 @@ class PlayerProfile private constructor(
val OfflinePlayer.profile: PlayerProfile
get() {
return PlayerProfile.load(this.uniqueId)
return load(this.uniqueId)
}
init {