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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user