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

Fixed data.yml

This commit is contained in:
Auxilor
2021-09-24 14:19:28 +01:00
parent 17fc885568
commit 20291736ce

View File

@@ -15,7 +15,7 @@ class YamlDataHandler(
}
override fun <T> write(uuid: UUID, key: String, value: T) {
dataYml.set("player.$uuid.key", value)
dataYml.set("player.$uuid.$key", value)
}
override fun readInt(uuid: UUID, key: String): Int {