mirror of
https://github.com/Auxilor/EcoSkills.git
synced 2026-01-03 14:22:17 +00:00
PlayerProfile improvements
This commit is contained in:
@@ -67,7 +67,7 @@ class PlayerProfile private constructor(
|
||||
|
||||
val OfflinePlayer.profile: PlayerProfile
|
||||
get() {
|
||||
return PlayerProfile.load(this.uniqueId)
|
||||
return load(this.uniqueId)
|
||||
}
|
||||
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user