Merge pull request #16296 from Kashargul/prefsTry2

prefs loading again
This commit is contained in:
Novacat
2024-09-09 09:21:21 -04:00
committed by GitHub
+6
View File
@@ -566,5 +566,11 @@
var/path = key
if(!ispath(path))
path = text2path(key)
if(!isnull(L[path]))
.[path] = L[path]
continue
if(!isnull(L[key]))
.[path] = L[key]
continue
if(!isnull(path))
. += path