mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
writing config to disk
This commit is contained in:
@@ -51,7 +51,7 @@ object JsonFetcher {
|
||||
var counter = 0
|
||||
var entry = map.child
|
||||
while (entry != null) {
|
||||
action(entry.name ?: "(arrayindex $counter)", entry)
|
||||
action(entry.name ?: "$counter", entry)
|
||||
entry = entry.next
|
||||
counter += 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user