mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
prefs loading again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user