Compare commits

..

2 Commits

Author SHA1 Message Date
Auxilor
7ff3eeef06 Updated to 6.22.3 2022-02-01 19:09:24 +00:00
Auxilor
58faf6de23 Fixed more server profile issues 2022-02-01 19:09:10 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class EcoProfileHandler(
}
override fun saveKeysFor(uuid: UUID, keys: Set<PersistentDataKey<*>>) {
val profile = PlayerProfile.load(uuid)
val profile = loadGenericProfile(uuid)
for (key in keys) {
handler.write(uuid, key.key, profile.read(key))

View File

@@ -1,3 +1,3 @@
version = 6.22.2
version = 6.22.3
plugin-name = eco
kotlin.code.style = official